1
Fork 0
dokku-hosts-api/Cargo.toml

13 lines
258 B
TOML

[package]
name = "dokku-hosts-api"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.6.20"
nix = { version="0.27.1", features=["user"]}
tokio = { version="1.32.0", features=["macros", "rt-multi-thread"]}
[profile.release]
strip = true
lto = true