diff --git a/Cargo.toml b/Cargo.toml index a43062f..72a3dda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]