Skip to content

Commit

Permalink
chore: add dashmap cargo dep to cargp machete
Browse files Browse the repository at this point in the history
It's only used for benchmarking.
  • Loading branch information
josecelano committed Apr 9, 2024
1 parent 00ee9db commit 1e76c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ url = "2"
uuid = { version = "1", features = ["v4"] }

[package.metadata.cargo-machete]
ignored = ["serde_bytes", "crossbeam-skiplist"]
ignored = ["serde_bytes", "crossbeam-skiplist", "dashmap"]

[dev-dependencies]
local-ip-address = "0"
Expand Down

0 comments on commit 1e76c17

Please sign in to comment.