ssm-builder/Cargo.toml

19 lines
308 B
TOML
Raw 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"
async-std = "1.11.0"
[dependencies.tokio]
features = ["fs", "process"]
[dependencies.uuid]
version = "1.0.0"
features = [
"v4",
]