mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-11 17:44:19 -05:00
21 lines
478 B
TOML
21 lines
478 B
TOML
[package]
|
|
name = "monitor_types"
|
|
version = "0.3.4"
|
|
edition = "2021"
|
|
authors = ["MoghTech"]
|
|
description = "types for the 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]
|
|
serde = "1.0"
|
|
bson = "2.6"
|
|
strum = "0.24"
|
|
strum_macros = "0.24"
|
|
diff-struct = "0.5"
|
|
bollard = "0.14.0"
|
|
derive_builder = "0.12"
|
|
typeshare = "1.0.1"
|
|
chrono = "0.4"
|
|
anyhow = "1.0" |