trade_bot/Cargo.toml
Jeff 38fd93c617
All checks were successful
Publish / rust (push) Successful in 6m13s
Publish / docker (push) Successful in 21m1s
Update; Set veloren dependencies to weekly tag
2024-11-05 23:52:26 -05:00

24 lines
890 B
TOML

[package]
name = "trade-bot"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = "1.38.0"
veloren-common = { git = "https://gitlab.com/veloren/veloren", tag = "weekly", features = [
"no-assets",
] }
veloren-common-net = { git = "https://gitlab.com/veloren/veloren", tag = "weekly" }
veloren-client = { git = "https://gitlab.com/veloren/veloren", tag = "weekly" }
veloren-world = { git = "https://gitlab.com/veloren/veloren", tag = "weekly" }
veloren-client-i18n = { git = "https://gitlab.com/veloren/veloren", tag = "weekly" }
toml = "0.8.14"
serde = { version = "1.0.203", features = ["derive"] }
log = "0.4.22"
env_logger = "0.11.3"
vek = { version = "0.17.0", features = ["repr_simd"] }
hashbrown = { version = "0.14.5", features = ["equivalent"] }
[patch.crates-io]
specs = { git = "https://github.com/amethyst/specs.git", rev = "4e2da1df29ee840baa9b936593c45592b7c9ae27" }