Skip to content

Commit

Permalink
fix(unused-deps): ignore libsqlite3-sys and pq-sys in unused dep …
Browse files Browse the repository at this point in the history
…checking
  • Loading branch information
auguwu committed Oct 18, 2024
1 parent 00448e3 commit 4fccd49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,8 @@ mimalloc = "0.1.43"
num_cpus = "1.16.0"
pq-sys = { version = "0.6.3", optional = true }
tokio = { workspace = true, features = ["rt", "rt-multi-thread"] }

[package.metadata.cargo-machete]
# The drivers here aren't actually used in the crate, they're mainly here
# to statically link them if their respected features is enabled
ignored = ["libsqlite3-sys", "pq-sys"]

0 comments on commit 4fccd49

Please sign in to comment.