Fix default-features and missing path dependencies

This commit is contained in:
Mubelotix
2025-06-25 13:57:43 +02:00
parent 35f774dfc9
commit c2259c018a
14 changed files with 75 additions and 451 deletions

View File

@@ -13,11 +13,7 @@ serde_json.workspace = true
tracing.workspace = true
tracing-error.workspace = true
tracing-subscriber.workspace = true
byte-unit = { workspace = true, default-features = false, features = [
"std",
"byte",
"serde",
] }
byte-unit = { workspace = true, features = ["serde"] }
tokio = { workspace = true, features = ["sync"] }
[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies]