Files
komodo/lib/logger/Cargo.toml
2024-01-15 01:29:26 -08:00

14 lines
325 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]
tracing.workspace = true
tracing-subscriber.workspace = true
anyhow.workspace = true