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

@@ -16,7 +16,7 @@ bumpalo.workspace = true
clap = { workspace = true, features = ["derive"] }
either.workspace = true
fastrand.workspace = true
milli = { path = "../milli" }
milli.path = "../milli"
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true, features = ["preserve_order"] }
tempfile.workspace = true