logger/Cargo.toml (11 lines of code) (raw):

[package] name = "rustcommon-logger" version = "0.1.1" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ahash = "0.8.0" rustcommon-metrics = { path = "../metrics" } rustcommon-time = { path = "../time" } log = { version = "0.4.17", features = ["std"] } mpmc = "0.1.6"