forked from github-starred/komodo
20 lines
446 B
TOML
20 lines
446 B
TOML
[package]
|
|
name = "monitor_sync"
|
|
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
|
|
# mogh
|
|
merge_config_files.workspace = true
|
|
#
|
|
tokio.workspace = true
|
|
clap.workspace = true
|
|
anyhow.workspace = true
|
|
serde.workspace = true
|
|
dotenv.workspace = true |