From 0b1b1b72308faa6f0c176a8e9f5ef061dea4a951 Mon Sep 17 00:00:00 2001 From: Iliana Weller Date: Fri, 27 Oct 2017 00:02:12 -0700 Subject: [PATCH] Fix Cargo.toml excludes --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 521af75..8a183a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/ilianaw/rust-crowbar" documentation = "https://docs.rs/crowbar" keywords = ["aws", "lambda"] license = "MIT/Apache-2.0" -exclude = [".gitignore", "builder", "examples", "test"] +exclude = [".gitignore", "builder/**", "examples/**", "test/**"] [dependencies] serde = "1.0"