mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 01:30:21 -07:00
cargo: reduce the size of the .crate file published to crates.io
None of this stuff is needed for the main ripgrep crate. Closes #1940
This commit is contained in:
parent
cb7501ff11
commit
9df8ab42b1
@ -13,7 +13,14 @@ repository = "https://github.com/BurntSushi/ripgrep"
|
|||||||
keywords = ["regex", "grep", "egrep", "search", "pattern"]
|
keywords = ["regex", "grep", "egrep", "search", "pattern"]
|
||||||
categories = ["command-line-utilities", "text-processing"]
|
categories = ["command-line-utilities", "text-processing"]
|
||||||
license = "Unlicense OR MIT"
|
license = "Unlicense OR MIT"
|
||||||
exclude = ["HomebrewFormula"]
|
exclude = [
|
||||||
|
"HomebrewFormula",
|
||||||
|
"/.github/",
|
||||||
|
"/ci/",
|
||||||
|
"/pkg/",
|
||||||
|
"/benchsuite/",
|
||||||
|
"/scripts/",
|
||||||
|
]
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
autotests = false
|
autotests = false
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user