aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 4478bdc4aa425cf49233820eb47a67cf6af6d901 (plain) (blame)
1
2
3
4
5
6
7
8
9
[package]
name = "hiccup"
version = "0.1.0"
edition = "2021"

[dependencies]
axum = "0.8.1"
serde = { version = "1", features = ["derive"] }
tokio = { version = "1", features = ["full"] }