ssm-builder/Cargo.toml

11 lines
277 B
TOML
Raw Permalink Normal View History

2022-05-05 23:34:14 +07:00
[package]
name = "ssm-builder"
version = "0.1.0"
edition = "2021"
[dependencies]
rocket = {version = "0.5.0-rc.1", features = ["json"]}
rocket-download-response = "0.5.1"
2022-05-05 23:52:22 +07:00
tokio = {version = "1.18.1", features = ["fs", "process"]}
uuid = {version = "1.0.0", features = ["v4"]}