Files
maps-service/Cargo.toml
Rhys Lloyd c6b20d3742
All checks were successful
continuous-integration/drone/push Build is passing
Drop map-tool dependency (#375)
Paste the 80 lines of utility functions and drop the heavy dependency.

Reviewed-on: #375
Co-authored-by: Rhys Lloyd <krakow20@gmail.com>
Co-committed-by: Rhys Lloyd <krakow20@gmail.com>
2026-07-10 20:30:00 +00:00

19 lines
530 B
TOML

[workspace]
members = [
"combobulator",
"validation",
"submissions-api-rs",
]
resolver = "3"
[workspace.dependencies]
async-nats = "0.49.1"
futures-util = "0.3.31"
rbx_asset = { version = "0.7.1", features = ["cloud", "cookie", "gzip", "rustls-tls"], default-features = false, registry = "strafesnet" }
rbx_binary = "3.0.0"
rbx_dom_weak = "4.2.0"
rbx_xml = "3.0.0"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread", "signal"] }