diff --git a/agb-hashmap/Cargo.toml b/agb-hashmap/Cargo.toml index 356854b0..000977ea 100644 --- a/agb-hashmap/Cargo.toml +++ b/agb-hashmap/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" license = "MPL-2.0" description = "A simple no_std hashmap implementation intended for use in the `agb` library" repository = "https://github.com/agbrs/agb" +exclude = ["/benches"] [features] allocator_api = [] diff --git a/agb/Cargo.toml b/agb/Cargo.toml index eeffb0bc..5246fa5d 100644 --- a/agb/Cargo.toml +++ b/agb/Cargo.toml @@ -7,6 +7,7 @@ description = "Library for Game Boy Advance Development" license = "MPL-2.0" repository = "https://github.com/agbrs/agb" homepage = "https://agbrs.dev" +exclude = ["/tests", "/examples"] [features] default = ["backtrace", "testing"] diff --git a/tracker/agb-tracker/Cargo.toml b/tracker/agb-tracker/Cargo.toml index 051291dd..a4a22de2 100644 --- a/tracker/agb-tracker/Cargo.toml +++ b/tracker/agb-tracker/Cargo.toml @@ -6,6 +6,7 @@ edition = "2021" license = "MPL-2.0" description = "Library for playing tracker music. Designed for use with the agb library for the Game Boy Advance." repository = "https://github.com/agbrs/agb" +exclude = ["/examples"] [features] default = ["xm", "midi"]