Files
ldp/ldctl/Cargo.toml
T

16 lines
260 B
TOML

[package]
name = "ldctl"
version = "0.0.0"
edition = "2024"
publish = false
[[bin]]
name = "ldctl"
doc = false
[dependencies]
ldp.workspace = true
color-eyre.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true