dref/Cargo.toml

14 lines
538 B
TOML
Raw Normal View History

2022-12-11 14:08:07 +00:00
[package]
name = "docker-rs-dashboard"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = "0.6.1"
maud = { git = "https://github.com/mhutter/maud", branch = "axum-0.6", features = ["axum"] }
tokio = {version = "1.23.0", features = ["full"]}
dkregistry = { git = "https://github.com/camallo/dkregistry-rs", features = ["reqwest-rustls"], default-features = false}
futures = "0.3"
axum-extra = { version = "0.4.2", features = ["spa"] }