Files
komodo/bin/alert_logger/Cargo.toml
2023-08-21 02:55:13 -04:00

20 lines
452 B
TOML

[package]
name = "alert_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]
# local
monitor_types.workspace = true
logger.workspace = true
# mogh
termination_signal.workspace = true
# external
tokio.workspace = true
log.workspace = true
axum.workspace = true
anyhow.workspace = true