Files
komodo/lib/logger/Cargo.toml
2023-07-13 23:42:28 -04:00

14 lines
316 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]
log.workspace = true
simple_logger.workspace = true
anyhow.workspace = true