We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96a07ee commit f45fcc7Copy full SHA for f45fcc7
examples/wifi/embassy_coex/Cargo.toml
@@ -81,3 +81,7 @@ debug = true
81
debug-assertions = true
82
lto = "fat"
83
codegen-units = 1
84
+
85
+[package.metadata.cargo-machete]
86
+# Needed for the gatt_server macro.
87
+ignored = ["embassy-sync"]
0 commit comments