elseware/shops/Cargo.toml
jake 3b28d650ee
Some checks reported errors
continuous-integration/drone/push Build was killed
crates for shops and stats
2023-11-10 23:31:47 -07:00

13 lines
248 B
TOML

[package]
name = "shops"
version = "0.1.0"
edition = "2021"
[dependencies]
maps = { workspace = true }
stats = { workspace = true }
entity = { workspace = true }
rand = { workspace = true }
toml = { workspace = true }
serde = { workspace = true }