Files
komodo/lib/periphery_client/Cargo.toml
2023-06-08 06:38:36 +00:00

14 lines
353 B
TOML

[package]
name = "periphery_client"
version.workspace = true
edition.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_json.workspace = true
log.workspace = true