staxman-old/Cargo.toml

22 lines
446 B
TOML
Raw Normal View History

2023-11-18 11:35:40 +00:00
[package]
name = "staxman"
version = "0.1.0"
edition = "2021"
[dependencies]
2023-11-18 15:35:30 +00:00
anyhow = "1"
2023-11-18 13:29:19 +00:00
askama = { version = "0.12", features = ["with-axum"] }
askama_axum = "0.3"
2023-11-18 11:35:40 +00:00
axum = "0.6"
2023-11-18 15:35:30 +00:00
bollard = "0.15"
clap = { version = "4", features = ["env", "derive"] }
dotenvy = "0.15"
2023-11-19 14:08:47 +00:00
futures-util = "0.3"
2023-11-18 15:35:30 +00:00
serde = "1"
serde_json = "1"
thiserror = "1"
2023-11-18 11:35:40 +00:00
tokio = { version = "1", features = ["full"] }
2023-11-19 14:08:47 +00:00
tokio-stream = "0.1"
2023-11-18 13:29:19 +00:00
tracing = "0.1"
tracing-subscriber = "0.3"