summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: bb840e6188ca79332d2c4de8467ed6e7bd617bd4 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "rusted-ambulator"
version = "0.1.0"
edition = "2024"

[dependencies]
askama = "0.16.0"
axum = "0.8.9"
rust-embed = "8.11.0"
tokio = { version = "1.52.3", features = ["full"] }