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
730 B
12 lines
730 B
--- unicode-normalization-0.1.12/Cargo.toml 2020-01-21T22:34:25+00:00
|
|
+++ unicode-normalization-0.1.12/Cargo.toml 2020-01-27T20:37:28.924767+00:00
|
|
@@ -14,7 +14,7 @@
|
|
name = "unicode-normalization"
|
|
version = "0.1.12"
|
|
authors = ["kwantam <kwantam@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/"
|