Clean
Some checks failed
CI / checks (push) Failing after 2s

This commit is contained in:
Alex Emmet 2026-08-27 16:55:52 +02:00
commit c30315af94
No known key found for this signature in database
5 changed files with 4 additions and 11 deletions

View file

@ -16,3 +16,7 @@ pipes = []
[build-dependencies]
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.9"
[package.metadata.cargo-machete]
# cargo-machete does not inspect build.rs, where both build dependencies are used.
ignored = ["serde", "serde_yaml"]