22 lines
636 B
TOML
22 lines
636 B
TOML
[package]
|
|
name = "maps-validation"
|
|
version = "0.1.1"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
async-nats = "0.42.0"
|
|
futures = "0.3.31"
|
|
rbx_asset = { version = "0.4.9", features = ["gzip", "rustls-tls"], default-features = false, registry = "strafesnet" }
|
|
rbx_binary = "1.0.0"
|
|
rbx_dom_weak = "3.0.0"
|
|
rbx_reflection_database = "1.0.3"
|
|
rbx_xml = "1.0.0"
|
|
serde = { version = "1.0.215", features = ["derive"] }
|
|
serde_json = "1.0.133"
|
|
siphasher = "1.0.1"
|
|
tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread", "signal"] }
|
|
heck = "0.5.0"
|
|
lazy-regex = "3.4.1"
|
|
rust-grpc = { version = "1.2.1", registry = "strafesnet" }
|
|
tonic = "0.13.1"
|