elseware/src/location/Cargo.toml
jake d30a2bd3a3
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
move all the crate dirs back under src/
2023-11-13 23:41:48 -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 }