chore: Add cargo-machete to detect unused dependencies (#1259)

This commit is contained in:
tottoto
2023-02-08 09:08:21 -05:00
committed by GitHub
parent 2e3e9acf7b
commit b3567a394f
16 changed files with 51 additions and 0 deletions
+3
View File
@@ -21,3 +21,6 @@ tower-http = {version = "0.3", features = ["map-response-body", "map-request-bod
[build-dependencies]
tonic-build = {path = "../../tonic-build" }
[package.metadata.cargo-machete]
ignored = ["prost"]