aboutsummaryrefslogblamecommitdiff
path: root/Cargo.toml
blob: d0ba7b110c7e217a1c7e2feeb1a2619f4f14382d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                                                
[package]
name = "webol"
version = "0.1.0"
edition = "2021"

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

[dependencies]
axum = { version = "0.6.20", features = ["tracing", "headers"] }
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "local-time", "time"] }
time = { version = "0.3.29", features = ["macros"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"