This commit is contained in:
2026-09-02 22:30:16 +05:30
parent 4f16028f04
commit e9014df0bc
12 changed files with 355 additions and 65 deletions
Generated
+17 -8
View File
@@ -17,21 +17,30 @@ version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
[[package]]
name = "hd-bus"
version = "0.1.0"
dependencies = [
"tracing",
"tracing-subscriber",
]
[[package]]
name = "hd-client"
version = "0.1.0"
dependencies = [
"hd-lib",
"tracing",
]
[[package]]
name = "hd-lib"
version = "0.1.0"
dependencies = [
"tracing",
]
[[package]]
name = "hd-server"
version = "0.1.0"
dependencies = [
"hd-lib",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "lazy_static"
version = "1.5.0"