Files
komodo/client/periphery/rs/Cargo.toml
T

21 lines
486 B
TOML

[package]
name = "periphery_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]
# local
monitor_client.workspace = true
# mogh
serror.workspace = true
resolver_api.workspace = true
# external
reqwest.workspace = true
anyhow.workspace = true
serde.workspace = true
serde_json.workspace = true
tracing.workspace = true