[package] name = "tide_tracing" version = "0.4.0" authors = ["Michael Pfaff "] 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" }