All checks were successful
continuous-integration/drone/push Build is passing
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>
19 lines
530 B
TOML
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"] }
|