mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-29 21:27:26 -05:00
29 lines
766 B
TOML
29 lines
766 B
TOML
[package]
|
|
name = "monitor_helpers"
|
|
version = "0.1.16"
|
|
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]
|
|
tokio = "1.25"
|
|
types = { package = "monitor_types", path = "../types" }
|
|
periphery_client = { path = "../periphery_client" }
|
|
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.7"
|
|
run_command = { version = "0.0.5", features = ["async_tokio"] }
|
|
rand = "0.8"
|
|
futures = "0.3"
|
|
futures-util = "0.3.25"
|
|
aws-config = "0.54"
|
|
aws-sdk-ec2 = "0.24"
|