tide-tracing/Cargo.toml

16 lines
441 B
TOML
Raw Normal View History

2021-01-18 22:39:08 -05:00
[package]
name = "tide_tracing"
2021-05-21 10:59:35 -04:00
version = "0.4.1"
2021-01-18 22:39:08 -05:00
authors = ["Michael Pfaff <michael@pfaff.dev>"]
edition = "2018"
2021-05-21 10:59:35 -04:00
license = "MIT OR Apache-2.0"
2021-01-18 22:39:08 -05:00
# 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" }
2021-05-08 20:05:02 -04:00
tide = { version = "0.16" }
2021-01-24 14:09:34 -05:00
tracing = { version = "0.1" }
async-trait = { version = "0.1" }
chrono = { version = "0.4" }