From d1a470006d995f4dda7e64553d6b5174f492196d Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Mon, 4 Sep 2023 03:21:19 +0200 Subject: [PATCH] Remove unneeded files from crate package (#185) * Remove unneeded files from crate package * Add back debug README --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8639093..98caf1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ license = "Zlib OR Apache-2.0 OR MIT" keywords = ["vec", "no_std", "no-std"] categories = ["data-structures", "no-std"] repository = "https://github.com/Lokathor/tinyvec" +exclude = ["/.github", "/*.py", "/*.sh", "/src-backup"] [dependencies] tinyvec_macros = { version = "0.1", optional = true }