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

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