tide-tracing/Cargo.toml

15 lines
422 B
TOML

[package]
name = "tide_tracing"
version = "0.2.0"
authors = ["Michael Pfaff <michael@pfaff.dev>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nrid = { git = "https://git.pfaff.dev/michael/nrid.rs.git" }
tide = { version = "0.15.0" }
tracing = { version = "0.1.15" }
async-trait = { version = "0.1.36" }
chrono = { version = "0.4.19" }