Add sample application

This commit is contained in:
2026-05-19 23:33:29 -04:00
parent be2fd42c5c
commit 13daececb6
4 changed files with 301 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
[package]
name = "ldctl"
version = "0.0.0"
edition = "2024"
publish = false
[dependencies]
ldp.workspace = true
futures.workspace = true
color-eyre.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true