exclude examples from package

This commit is contained in:
2026-05-17 23:14:53 -07:00
parent 98e0fb0927
commit 610ec6597d
+3
View File
@@ -19,6 +19,9 @@ version = "0.1.0"
edition = "2024"
license = "MIT"
keywords = ["no-std", "usb-device", "audio"]
exclude = [
"examples/**"
]
[features]
defmt = ["dep:defmt", "usb-device/defmt"]