We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ced0b commit 5f50ac2Copy full SHA for 5f50ac2
examples/tracing-grpc/Cargo.toml
@@ -31,5 +31,6 @@ tonic-prost-build = { workspace = true }
31
32
[package.metadata.cargo-machete]
33
ignored = [
34
- "prost" # needed for `tonic-build`
+ "prost", # needed for `tonic-prost-build`
35
+ "tonic-prost" # needed for `tonic-prost-build`
36
]
0 commit comments