staxman-old/Cargo.toml
2023-11-21 13:06:31 +01:00

25 lines
581 B
TOML

[package]
name = "staxman"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1"
askama = { version = "0.12", features = ["with-axum"] }
askama_axum = "0.3"
axum = "0.6"
bollard = { version = "0.15", features = ["time"] }
clap = { version = "4", features = ["env", "derive"] }
dotenvy = "0.15"
futures-util = "0.3"
rnix = "0.11.0"
serde = "1"
serde_json = "1"
sysinfo = "0.29.10"
thiserror = "1"
time = { version = "0.3", features = ["serde"] }
tokio = { version = "1", features = ["full"] }
tokio-stream = "0.1"
tracing = "0.1"
tracing-subscriber = "0.3"
xshell = "0.2"