Skip to content

Commit 9675493

Browse files
committed
fix: Add machete directives
1 parent a142280 commit 9675493

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

opentelemetry-declarative-config/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,9 @@ reqwest-blocking-client = ["reqwest/blocking", "opentelemetry-http/reqwest-block
3939

4040
# Keep tonic as the default client
4141
default = ["tonic-client"]
42+
43+
[package.metadata.cargo-machete]
44+
ignored = [
45+
"reqwest", # needed for otlp features
46+
"opentelemetry-http" # needed for otlp features
47+
]

0 commit comments

Comments
 (0)