forked from github-starred/komodo
26 lines
718 B
TOML
26 lines
718 B
TOML
[package]
|
|
name = "monitor_helpers"
|
|
version = "0.1.10"
|
|
edition = "2021"
|
|
authors = ["MoghTech"]
|
|
description = "helpers used as dependency for mogh tech monitor"
|
|
license = "GPL-3.0-or-later"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
# types = { package = "monitor_types", path = "../types" }
|
|
types = { package = "monitor_types", version = "0.1.10" }
|
|
async_timing_util = "0.1.14"
|
|
bollard = "0.13"
|
|
anyhow = "1.0"
|
|
axum = { version = "0.6", features = ["ws", "json"] }
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
serde_json = "1.0"
|
|
toml = "0.6"
|
|
run_command = { version = "0.0.5", features = ["async_tokio"] }
|
|
rand = "0.8"
|
|
futures = "0.3"
|
|
futures-util = "0.3.25"
|