--- unicode-width-0.1.8/Cargo.toml 2020-06-29T15:39:43+00:00 +++ unicode-width-0.1.8/Cargo.toml 2020-07-10T23:45:09.569989+00:00 @@ -14,7 +14,7 @@ name = "unicode-width" version = "0.1.8" authors = ["kwantam ", "Manish Goregaokar "] -exclude = ["target/*", "Cargo.lock"] +exclude = ["target/*", "Cargo.lock", "/scripts/*"] description = "Determine displayed width of `char` and `str` types\naccording to Unicode Standard Annex #11 rules.\n" homepage = "https://github.com/unicode-rs/unicode-width" documentation = "https://unicode-rs.github.io/unicode-width"