From ce88c9d5372ad3807ef9887a92d2602dc63aceb8 Mon Sep 17 00:00:00 2001 From: Igor Shaposhnik Date: Thu, 3 Jun 2021 16:06:42 +0000 Subject: [PATCH] Exclude bin and tests from publishing --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b67f450468..7acbf4a330 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ homepage = "https://github.com/gfx-rs/naga" repository = "https://github.com/gfx-rs/naga" keywords = ["shader", "SPIR-V", "GLSL", "MSL"] license = "MIT OR Apache-2.0" +exclude = ["bin/**/*", "tests/**/*", "Cargo.lock", "target/**/*"] [package.metadata.docs.rs] all-features = true