first commit
This commit is contained in:
commit
42b928f6e1
234 changed files with 27908 additions and 0 deletions
22
Cargo.toml
Normal file
22
Cargo.toml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[package]
|
||||
name = "rcc-bot"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.101"
|
||||
async-compat = "0.2.5"
|
||||
azalea = { git = "https://github.com/azalea-rs/azalea" }
|
||||
bevy_app = "0.18.0"
|
||||
futures-util = "0.3.31"
|
||||
kdam = "0.6.4"
|
||||
lazy-regex = "3.5.1"
|
||||
minecraft_folder_path = "0.1.2"
|
||||
parking_lot = "0.12.5"
|
||||
reqwest = { version = "0.13.1", default-features = false, features = [
|
||||
"rustls",
|
||||
"stream",
|
||||
] }
|
||||
semver = "1.0.27"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tracing = "0.1.44"
|
||||
Loading…
Add table
Add a link
Reference in a new issue