From 610ec6597d918f8165e8ca2e85b4b85f1ad096b8 Mon Sep 17 00:00:00 2001 From: Keenan Tims Date: Sun, 17 May 2026 23:14:53 -0700 Subject: [PATCH] exclude examples from package --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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"]