mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-11 17:44:19 -05:00
26 lines
582 B
TOML
26 lines
582 B
TOML
[package]
|
|
name = "monitor_cli"
|
|
version = "0.2.14"
|
|
edition = "2021"
|
|
authors = ["MoghTech"]
|
|
description = "monitor cli | tools to setup monitor system"
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[[bin]]
|
|
name = "monitor"
|
|
path = "src/main.rs"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
monitor_types = { path = "../lib/types" }
|
|
clap = "4.0"
|
|
async_timing_util = "0.1.14"
|
|
rand = "0.8"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
toml = "0.7"
|
|
run_command = "0.0.5"
|
|
colored = "2"
|
|
strum = "0.24"
|
|
strum_macros = "0.24" |