summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 874d5ab6e14bf780cf66766440cc91061c544dae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "unnamed-server"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.81"
axum = "0.7.4"
axum-extra = { version = "0.9.2", features = ["typed-routing"] }
serde_json = "1.0.114"
thiserror = "1.0.58"
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "signal"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }