Skip to content

Commit 53e1ab7

Browse files
committed
make machete ignore cxx-build
1 parent 8dbf423 commit 53e1ab7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

foreign/cpp/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ tokio = { version = "1.49.0", features = ["rt-multi-thread", "macros"] }
3131

3232
[build-dependencies]
3333
cxx-build = "1.0"
34+
35+
[package.metadata.cargo-machete]
36+
ignored = ["cxx-build"]

0 commit comments

Comments
 (0)