1
Fork 0
dokku-hosts-api/Cargo.toml
2023-09-01 17:11:15 +01:00

9 lines
215 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"]}