Files
rustbot/Cargo.toml
T

15 lines
344 B
TOML
Raw Normal View History

2025-05-19 11:16:11 -06:00
[package]
name = "rustbot"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.98"
2025-05-21 12:10:42 -06:00
azalea = { git = "https://github.com/azalea-rs/azalea", version = "0.12.0" }
azalea-world = "0.12.0"
bevy_ecs = "0.16.0"
2025-05-19 11:16:11 -06:00
lazy_static = "1.5.0"
2025-05-21 12:10:42 -06:00
parking_lot = { version = "0.12.3", features = ["deadlock_detection"] }
2025-05-19 11:16:11 -06:00
tokio = "1.45.0"
2025-05-21 12:10:42 -06:00
uuid = "1.16.0"