mirror of
https://github.com/moghtech/komodo.git
synced 2025-12-30 16:59:46 -06:00
16 lines
399 B
TOML
16 lines
399 B
TOML
[package]
|
|
name = "monitor_helpers"
|
|
version = "0.3.4"
|
|
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" }
|
|
anyhow = "1.0"
|
|
axum = "0.6"
|
|
rand = "0.8"
|