--- unicode-width-0.1.12/Cargo.toml 1970-01-01T00:00:01+00:00 +++ unicode-width-0.1.12/Cargo.toml 2024-06-10T14:43:09.392221+00:00 @@ -17,10 +17,7 @@ "kwantam ", "Manish Goregaokar ", ] -exclude = [ - "target/*", - "Cargo.lock", -] +exclude = ["/scripts/*"] description = """ Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules.