Files
komodo/client/periphery/rs/Cargo.toml
2025-09-27 14:21:12 -07:00

28 lines
657 B
TOML

[package]
name = "periphery_client"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# local
komodo_client.workspace = true
transport.workspace = true
cache.workspace = true
# mogh
resolver_api.workspace = true
serror.workspace = true
# external
serde_json.workspace = true
reqwest.workspace = true
tracing.workspace = true
anyhow.workspace = true
bytes.workspace = true
tokio.workspace = true
serde.workspace = true
uuid.workspace = true