Files
2026-09-02 22:30:16 +05:30

10 lines
218 B
TOML

[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" }