Blame encoding_rs-fix-metadata.diff

661681e
--- encoding_rs-0.8.22/Cargo.toml	2019-12-19T12:33:22+00:00
661681e
+++ encoding_rs-0.8.22/Cargo.toml	2019-12-27T07:29:54.111439+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]