summaryrefslogtreecommitdiff
path: root/examples/mongodb/Cargo.toml
blob: c5164707abbe4bdd1b9f3663171bda16153b6990 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "example-mongodb"
version = "0.1.0"
edition = "2021"
publish = false

[dependencies]
axum = { path = "../../axum" }
mongodb = "2.8.0"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.0", features = ["full"] }
tower-http = { version = "0.5.0", features = ["add-extension", "trace"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }