Files
komodo/client/rs/Cargo.toml
T
2023-07-04 03:20:11 +00:00

17 lines
430 B
TOML

[package]
name = "monitor_client"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
monitor_types.workspace = true
reqwest.workspace = true
anyhow.workspace = true
serde.workspace = true
serde_json.workspace = true
resolver_api.workspace = true
envy.workspace = true