tide-tracing/Cargo.toml

14 lines
371 B
TOML
Raw Normal View History

2021-01-18 22:39:08 -05:00
[package]
name = "tide_tracing"
2022-05-02 13:30:55 -04:00
version = "0.6.3"
2021-01-18 22:39:08 -05:00
authors = ["Michael Pfaff <michael@pfaff.dev>"]
edition = "2021"
2021-05-21 10:59:35 -04:00
license = "MIT OR Apache-2.0"
2021-01-18 22:39:08 -05:00
[dependencies]
nrid = { git = "https://git.pfaff.dev/michael/nrid.rs.git", tag = "v0.2.0", default-features = false }
2022-04-25 12:22:17 -04:00
tide = { version = "0.16", default-features = false }
tracing = "0.1"
async-trait = "0.1"
num_enum = "0.5"