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
+3 -1
View File
@@ -1,6 +1,7 @@
[workspace]
resolver = "2"
members = [
"ldctl",
"ldp",
]
@@ -18,4 +19,5 @@ parse_link_header = "0.4"
reqwest-middleware = { version = "0.5", features = ["stream"] }
thiserror = "2"
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }