axum-htmx-example/Cargo.toml
Victor Martinez b81e82512d basic counter
2023-07-19 03:08:35 +02:00

14 lines
361 B
TOML

[package]
name = "axum-htmx"
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.18"
config = "0.13.3"
serde = { version = "1.0.167", features = ["derive", "rc"] }
tokio = { version = "1.29.1", features = ["full"] }
anyhow = "1.0.71"
askama = "0.12.0"