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
+9
View File
@@ -0,0 +1,9 @@
[package]
name = "hd-server"
version = "0.1.0"
edition = "2024"
[dependencies]
tracing = { workspace = true }
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
hd-lib = { path = "../hd-lib" }