tide-tracing/Cargo.toml

16 lines
431 B
TOML

[package]
name = "tide_tracing"
version = "0.5.0"
authors = ["Michael Pfaff <michael@pfaff.dev>"]
edition = "2018"
license = "MIT OR Apache-2.0"
# 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", tag = "v0.2.0", default-features = false }
tide = "0.16"
tracing = "0.1"
async-trait = "0.1"
num_enum = "0.5.1"