Files
komodo/lib/logger/Cargo.toml
2024-03-19 02:12:04 -07:00

14 lines
324 B
TOML

[package]
name = "logger"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true