Skip to content

Commit 58f6794

Browse files
committed
cargo shear ignore rules
1 parent b052b2e commit 58f6794

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

frontend/wasm/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,6 @@ dwarf-debug-info = true
8181
unexpected_cfgs = { level = "warn", check-cfg = [
8282
'cfg(wasm_bindgen_unstable_test_coverage)',
8383
] }
84+
85+
[package.metadata.cargo-shear]
86+
ignored = ["wgpu"]

node-graph/graphene-cli/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,6 @@ wgpu-executor = { path = "../wgpu-executor", optional = true }
5252

5353
# Optional workspace dependencies
5454
wasm-bindgen = { workspace = true, optional = true }
55+
56+
[package.metadata.cargo-shear]
57+
ignored = ["wgpu-executor"]

0 commit comments

Comments
 (0)