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

12 lines
244 B
TOML

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