elseware/trade/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

14 lines
267 B
TOML

[package]
name = "trade"
version = "0.1.0"
edition = "2021"
[dependencies]
networking = { workspace = true }
items = { workspace = true }
async-std = { workspace = true }
futures = { workspace = true }
anyhow = { workspace = true }
thiserror = { workspace = true }