We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301e837 commit a8f2dc4Copy full SHA for a8f2dc4
examples/tracing-grpc/Cargo.toml
@@ -19,7 +19,7 @@ opentelemetry_sdk = { path = "../../opentelemetry-sdk", features = ["rt-tokio"]
19
opentelemetry-stdout = { path = "../../opentelemetry-stdout", features = ["trace"] }
20
prost = { workspace = true }
21
tokio = { workspace = true, features = ["full"] }
22
-tonic = { workspace = true }
+tonic = { workspace = true, features = ["codegen", "transport", "prost"] }
23
serde_json = { workspace = true }
24
25
[build-dependencies]
0 commit comments