Files
ldp/ldctl/Cargo.toml
T

16 lines
260 B
TOML
Raw Normal View History

2026-05-19 23:33:29 -04:00
[package]
name = "ldctl"
version = "0.0.0"
edition = "2024"
publish = false
[[bin]]
name = "ldctl"
doc = false
2026-05-19 23:33:29 -04:00
[dependencies]
ldp.workspace = true
color-eyre.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true