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
597 B
12 lines
597 B
--- regex-automata-0.1.7/Cargo.toml 1970-01-01T00:00:00+00:00
|
|
+++ regex-automata-0.1.7/Cargo.toml 2019-06-09T13:16:47.345104+00:00
|
|
@@ -14,7 +14,7 @@
|
|
name = "regex-automata"
|
|
version = "0.1.7"
|
|
authors = ["Andrew Gallant <jamslam@gmail.com>"]
|
|
-exclude = ["/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*", "/regex-automata-debug"]
|
|
+exclude = ["/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*", "/regex-automata-debug", "/data/*"]
|
|
autotests = false
|
|
description = "Automata construction and matching using regular expressions."
|
|
homepage = "https://github.com/BurntSushi/regex-automata"
|