mirror of
https://github.com/moghtech/komodo.git
synced 2025-12-05 19:17:36 -06:00
* Add webhooks page to docs * supports * supports * periphery Dockerfile * add comments. Remove unneeded default config * add FILE SYSTEM log * remove log * filter disks included in periphery disk report, on periphery side * dockerized periphery * all in one compose file docs * remove some unused deps
46 lines
1.1 KiB
TOML
46 lines
1.1 KiB
TOML
[package]
|
|
name = "monitor_periphery"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[[bin]]
|
|
name = "periphery"
|
|
path = "src/main.rs"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
# local
|
|
monitor_client = { workspace = true, features = ["docker"] }
|
|
periphery_client.workspace = true
|
|
formatting.workspace = true
|
|
command.workspace = true
|
|
logger.workspace = true
|
|
git.workspace = true
|
|
# mogh
|
|
serror = { workspace = true, features = ["axum"] }
|
|
merge_config_files.workspace = true
|
|
async_timing_util.workspace = true
|
|
resolver_api.workspace = true
|
|
run_command.workspace = true
|
|
svi.workspace = true
|
|
# external
|
|
axum-extra.workspace = true
|
|
serde_json.workspace = true
|
|
futures.workspace = true
|
|
tracing.workspace = true
|
|
bollard.workspace = true
|
|
sysinfo.workspace = true
|
|
dotenvy.workspace = true
|
|
anyhow.workspace = true
|
|
tokio.workspace = true
|
|
serde.workspace = true
|
|
axum.workspace = true
|
|
clap.workspace = true
|
|
envy.workspace = true
|
|
uuid.workspace = true
|