22 lines
512 B
TOML
22 lines
512 B
TOML
[package]
|
|
name = "maps-validation"
|
|
version = "0.1.1"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
async-nats.workspace = true
|
|
futures = "0.3.31"
|
|
rbx_asset.workspace = true
|
|
rbx_binary.workspace = true
|
|
rbx_dom_weak.workspace = true
|
|
rbx_reflection_database = "2.0.1"
|
|
rbx_xml = "2.0.0"
|
|
regex = { version = "1.11.3", default-features = false }
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
siphasher = "1.0.1"
|
|
tokio.workspace = true
|
|
heck = "0.5.0"
|
|
rust-grpc = { version = "1.6.1", registry = "strafesnet" }
|
|
tonic = "0.14.1"
|