Skip to content

Commit 4fccd49

Browse files
committed
fix(unused-deps): ignore libsqlite3-sys and pq-sys in unused dep checking
1 parent 00448e3 commit 4fccd49

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

crates/bin/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,8 @@ mimalloc = "0.1.43"
4343
num_cpus = "1.16.0"
4444
pq-sys = { version = "0.6.3", optional = true }
4545
tokio = { workspace = true, features = ["rt", "rt-multi-thread"] }
46+
47+
[package.metadata.cargo-machete]
48+
# The drivers here aren't actually used in the crate, they're mainly here
49+
# to statically link them if their respected features is enabled
50+
ignored = ["libsqlite3-sys", "pq-sys"]

0 commit comments

Comments
 (0)