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

@@ -11,7 +11,7 @@ cargo-fuzz = true
[dependencies]
libfuzzer-sys = "0.4"
arbitrary-json = "0.1.1"
json-depth-checker = { path = "../../json-depth-checker" }
json-depth-checker.path = "../../json-depth-checker"
[dependencies.flatten-serde-json]
path = ".."