22 lines
495 B
TOML
22 lines
495 B
TOML
[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"
|