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
795 B
12 lines
795 B
--- unicode-normalization-0.1.9/Cargo.toml 1970-01-01T00:00:00+00:00
|
|
+++ unicode-normalization-0.1.9/Cargo.toml 2019-11-19T21:02:14.762820+00:00
|
|
@@ -14,7 +14,7 @@
|
|
name = "unicode-normalization"
|
|
version = "0.1.9"
|
|
authors = ["kwantam <kwantam@gmail.com>"]
|
|
-exclude = ["target/*", "Cargo.lock", "scripts/tmp", "*.txt", "src/normalization_tests.rs", "src/test.rs"]
|
|
+exclude = ["target/*", "Cargo.lock", "scripts/*", "*.txt", "src/normalization_tests.rs", "src/test.rs"]
|
|
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/"
|