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 01ccecf commit 8a3ec23Copy full SHA for 8a3ec23
examples/tracing-grpc/Cargo.toml
@@ -32,5 +32,5 @@ tonic-prost-build = { workspace = true }
32
33
[package.metadata.cargo-machete]
34
ignored = [
35
- "prost" # needed for `tonic-build`
+ "prost", "tonic-prost" # needed for `tonic-build`
36
]
0 commit comments