All checks were successful
continuous-integration/drone/push Build is passing
Roblox api changed, see 9f1bdd6a1f
Reviewed-on: #215
Co-authored-by: Quaternions <krakow20@gmail.com>
Co-committed-by: Quaternions <krakow20@gmail.com>
21 lines
610 B
TOML
21 lines
610 B
TOML
[package]
|
|
name = "maps-validation"
|
|
version = "0.1.1"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
submissions-api = { path = "api", features = ["internal"], default-features = false, registry = "strafesnet" }
|
|
async-nats = "0.42.0"
|
|
futures = "0.3.31"
|
|
rbx_asset = { version = "0.4.7", 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"
|