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

16 lines
295 B
TOML

[package]
name = "patch_server"
version = "0.1.0"
edition = "2021"
[dependencies]
networking = { workspace = true }
libpso = { workspace = true }
async-trait = { workspace = true }
rand = { workspace = true }
crc = { workspace = true }
ron = { workspace = true }
serde = { workspace = true }