weywot/backend/Cargo.toml

14 lines
209 B
TOML

[package]
name = "weywot"
version = "0.1.0"
edition = "2018"
[dependencies]
argh = "^0.1"
figment = "^0.10"
serde = "^1.0"
[dependencies.rocket]
version = "^0.5.0-rc.1"
features = ["json", "secrets", "tls"]