group_bot/Cargo.toml

22 lines
686 B
TOML
Raw Normal View History

2024-06-11 19:51:46 -04:00
[package]
name = "group-bot"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = "1.38.0"
2025-03-07 13:26:55 -05:00
veloren-common = { git = "https://gitlab.com/veloren/veloren", features = [
"no-assets",
], tag = "weekly" }
veloren-client = { git = "https://gitlab.com/veloren/veloren", tag = "weekly" }
veloren-common-net = { git = "https://gitlab.com/veloren/veloren", tag = "weekly" }
2024-06-12 21:52:56 -04:00
toml = "0.8.14"
serde = { version = "1.0.203", features = ["derive"] }
2024-06-14 16:29:57 -04:00
env_logger = "0.11.3"
log = "0.4.21"
hashbrown = { version = "0.14.5", features = ["equivalent"] }
2024-06-16 19:23:50 -04:00
rand = "0.8.5"
2024-06-11 19:51:46 -04:00
[patch.crates-io]
specs = { git = "https://github.com/amethyst/specs.git", rev = "4e2da1df29ee840baa9b936593c45592b7c9ae27" }