summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 75d0f37eb3a14fc4c4e69bbbcf884814df03d47b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "umami-server"
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.5.17"
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.87"
sqlx = { version = "0.6.2", features = ["sqlite", "runtime-tokio-rustls"] }
tokio = { version = "1.21.2", features = ["full"] }