Files
komodo/bin/update_logger/Cargo.toml
2024-05-14 01:55:13 -07:00

21 lines
490 B
TOML

[package]
name = "update_logger"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# local
monitor_client.workspace = true
logger.workspace = true
# mogh
termination_signal.workspace = true
# external
tokio.workspace = true
tracing.workspace = true
anyhow.workspace = true