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

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