Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Commit

Permalink
Fix Cargo.toml excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
iliana committed Oct 27, 2017
1 parent be76445 commit 0b1b1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0b1b1b7

Please sign in to comment.