diff options
Diffstat (limited to 'utf8parse')
| -rw-r--r-- | utf8parse/Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utf8parse/Cargo.toml b/utf8parse/Cargo.toml index 882b108..bd0946b 100644 --- a/utf8parse/Cargo.toml +++ b/utf8parse/Cargo.toml @@ -2,5 +2,10 @@ name = "utf8parse" version = "0.1.0" authors = ["Joe Wilm <joe@jwilm.com>"] +license = "Apache-2.0 OR MIT" +description = "Table-driven UTF-8 parser" +keywords = ["utf8", "parse", "table"] +repository = "https://github.com/jwilm/vte" +documentation = "https://docs.rs/utf8parse/" [dependencies] |