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.
11 lines
376 B
11 lines
376 B
6 years ago
|
--- strsim-0.8.0/Cargo.toml 1970-01-01T01:00:00+01:00
|
||
|
+++ strsim-0.8.0/Cargo.toml 2018-10-07T09:42:15.866928+02:00
|
||
|
@@ -21,6 +21,7 @@
|
||
|
keywords = ["string", "similarity", "Hamming", "Levenshtein", "Jaro"]
|
||
|
license = "MIT"
|
||
|
repository = "https://github.com/dguo/strsim-rs"
|
||
|
+exclude = ["/.travis.yml", "/appveyor.yml", "/dev"]
|
||
|
[badges.appveyor]
|
||
|
repository = "dguo/strsim-rs"
|
||
|
|