Add sample application
This commit is contained in:
+3
-1
@@ -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"] }
|
||||
Reference in New Issue
Block a user