--- 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 "] -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"