tide-tracing/Cargo.toml

15 lines
411 B
TOML

[package]
name = "tide_tracing"
version = "0.4.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.16" }
tracing = { version = "0.1" }
async-trait = { version = "0.1" }
chrono = { version = "0.4" }