Blame encoding_rs-fix-metadata.diff

2db25b6
--- encoding_rs-0.8.17/Cargo.toml	1970-01-01T00:00:00+00:00
2db25b6
+++ encoding_rs-0.8.17/Cargo.toml	2019-06-20T09:41:18.268368+00:00
b1388c8
@@ -22,6 +22,7 @@
ee2f16e
 categories = ["text-processing", "encoding", "web-programming", "internationalization"]
fc0912b
 license = "MIT/Apache-2.0"
fc0912b
 repository = "https://github.com/hsivonen/encoding_rs"
fc0912b
+exclude = ["/generate-encoding-data.py"]
fc0912b
 [profile.release]
fc0912b
 lto = true
fc0912b
 [dependencies.cfg-if]