mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-02 00:57:04 -05:00
19 lines
432 B
TOML
19 lines
432 B
TOML
[package]
|
|
name = "update_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_client.workspace = true
|
|
logger.workspace = true
|
|
# mogh
|
|
termination_signal.workspace = true
|
|
# external
|
|
tokio.workspace = true
|
|
log.workspace = true
|
|
anyhow.workspace = true |