Files
heimdall/crates/hd-client/Cargo.toml
T
2026-09-08 19:30:24 +05:30

10 lines
218 B
TOML

[package]
name = "hd-client"
version = "0.1.0"
edition = "2024"
[dependencies]
tracing = { workspace = true }
hd-lib = { path = "../hd-lib" }
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }