8000 update Cargo.toml · Florob/unicode-normalization@d433de7 · GitHub
[go: up one dir, main page]

Skip to content

Commit d433de7

Browse files
committed
update Cargo.toml
1 parent 92be203 commit d433de7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ homepage = "https://github.com/unicode-rs/unicode-normalization"
88
repository = "https://github.com/unicode-rs/unicode-normalization"
99
documentation = "https://unicode-rs.github.io/unicode-normalization"
1010

11-
license = "MIT/Apache 2.0"
11+
license = "MIT/Apache-2.0"
1212
keywords = ["text", "unicode", "normalization", "decomposition", "recomposition"]
1313
readme = "README.md"
1414
description = """
1515
This crate provides functions for normalization of
1616
Unicode strings, including Canonical and Compatible
17-
Decomposition and Recomposition.
17+
Decomposition and Recomposition, as described in
18+
Unicode Standard Annex #11.
1819
"""
1920

2021
exclude = [ "target/*", "Cargo.lock", "scripts/tmp" ]

0 commit comments

Comments
 (0)
0