Skip to content

Commit

Permalink
Cargo.toml: add vendor-filter metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Gurney <bgurney@redhat.com>
  • Loading branch information
bgurney-rh committed Aug 15, 2023
1 parent f91d37e commit 5954860
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -267,3 +267,9 @@ udev_scripts = ["data-encoding"]
[patch.crates-io.loopdev]
git = "https://github.com/mulkieran/loopdev"
branch = "bump-bindgen-reduce-version"

[package.metadata.vendor-filter]
platforms = ["*-unknown-linux-gnu"]
exclude-crate-paths = [ { name = "num_cpus", exclude = "ci" },
{ name = "libm", exclude = "ci" },
{ name = "libdbus-sys", exclude = "vendor/dbus/tools/docker" } ]

0 comments on commit 5954860

Please sign in to comment.