forked from github-starred/komodo
23 lines
520 B
TOML
23 lines
520 B
TOML
[package]
|
|
name = "monitor_types"
|
|
version = "0.1.1"
|
|
edition = "2021"
|
|
authors = ["MoghTech"]
|
|
description = "types for the mogh tech monitor"
|
|
license = "GPL v3.0"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
bson = "2.4"
|
|
strum = "0.24"
|
|
strum_macros = "0.24"
|
|
async_timing_util = "0.1.12"
|
|
diff-struct = "0.5"
|
|
bollard = "0.13"
|
|
derive_builder = "0.12"
|
|
typeshare = "1.0.0"
|
|
chrono = "0.4"
|
|
anyhow = "1.0" |