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.
12 lines
775 B
12 lines
775 B
--- unicode-normalization-0.1.17/Cargo.toml 1970-01-01T00:00:00+00:00
|
|
+++ unicode-normalization-0.1.17/Cargo.toml 2021-02-15T11:24:57.462603+00:00
|
|
@@ -15,7 +15,7 @@
|
|
name = "unicode-normalization"
|
|
version = "0.1.17"
|
|
authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
|
|
-exclude = ["target/*", "Cargo.lock", "scripts/tmp", "*.txt", "tests/*"]
|
|
+exclude = ["target/*", "Cargo.lock", "scripts/*", "*.txt", "tests/*"]
|
|
description = "This crate provides functions for normalization of\nUnicode strings, including Canonical and Compatible\nDecomposition and Recomposition, as described in\nUnicode Standard Annex #15.\n"
|
|
homepage = "https://github.com/unicode-rs/unicode-normalization"
|
|
documentation = "https://docs.rs/unicode-normalization/"
|