Skip to content

Commit

Permalink
Exclude test depfile crates
Browse files Browse the repository at this point in the history
  • Loading branch information
gferon committed May 7, 2024
1 parent 8b68e1b commit 4143064
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,10 @@ required-features = ["clap"]
[lib]
name = "cbindgen"
path = "src/lib.rs"

[workspace]
exclude = [
"tests/depfile/single_crate",
"tests/depfile/single_crate_config",
"tests/depfile/single_crate_default_config"
]

0 comments on commit 4143064

Please sign in to comment.