[package] name = "tide_tracing" version = "0.4.1" authors = ["Michael Pfaff "] 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" } tide = { version = "0.16" } tracing = { version = "0.1" } async-trait = { version = "0.1" } chrono = { version = "0.4" }