From 51440f59cdaeab4a74e7c6329977a0595d49696a Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 10 Oct 2016 22:24:28 -0400 Subject: Don't include HomebrewFormula in crate. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 521cdad0..a8e82047 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ repository = "https://github.com/BurntSushi/ripgrep" readme = "README.md" keywords = ["regex", "grep", "egrep", "search", "pattern"] license = "Unlicense/MIT" +exclude = ["HomebrewFormula"] [[bin]] bench = false -- cgit v1.2.3