You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
537 B
12 lines
537 B
--- aho-corasick-0.6.8/Cargo.toml 1970-01-01T01:00:00+01:00
|
|
+++ aho-corasick-0.6.8/Cargo.toml 2018-10-27T23:02:05.293757+02:00
|
|
@@ -14,7 +14,7 @@
|
|
name = "aho-corasick"
|
|
version = "0.6.8"
|
|
authors = ["Andrew Gallant <jamslam@gmail.com>"]
|
|
-exclude = ["benches/sherlock.txt"]
|
|
+exclude = ["/benches/sherlock.txt", "/ci/*", "/.travis.yml", "/Makefile", "/ctags.rust", "/session.vim"]
|
|
description = "Fast multiple substring searching with finite state machines."
|
|
homepage = "https://github.com/BurntSushi/aho-corasick"
|
|
readme = "README.md"
|