elseware/client/Cargo.toml
jake d73a07391b
Some checks failed
continuous-integration/drone/push Build is failing
break out the rest of everything into its own crate
2023-11-11 14:28:41 -07:00

21 lines
417 B
TOML

[package]
name = "client"
version = "0.1.0"
edition = "2021"
[dependencies]
entity = { workspace = true }
maps = { workspace = true }
networking = { workspace = true }
shops = { workspace = true }
items = { workspace = true }
libpso = { workspace = true }
async-std = { workspace = true }
futures = { workspace = true }
anyhow = { workspace = true }
thiserror = { workspace = true }
chrono = { workspace = true }