2026-05-19 23:33:29 -04:00
|
|
|
[package]
|
|
|
|
|
name = "ldctl"
|
|
|
|
|
version = "0.0.0"
|
|
|
|
|
edition = "2024"
|
|
|
|
|
publish = false
|
|
|
|
|
|
2026-09-02 14:45:29 -04:00
|
|
|
[[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
|