Skip to content

Commit

Permalink
Ignore prost in contacts when running machete
Browse files Browse the repository at this point in the history
  • Loading branch information
brianp committed Apr 18, 2023
1 parent c30482b commit ee230a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base_layer/contacts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ tempfile = "3.1.0"

[build-dependencies]
tari_common = { path = "../../common" }

[package.metadata.cargo-machete]
ignored = ["prost"] # this is so we can run cargo machete without getting false positive about macro dependancies

0 comments on commit ee230a5

Please sign in to comment.