diff options
| author | Joe Wilm <joe@jwilm.com> | 2016-09-17 17:20:02 -0700 |
|---|---|---|
| committer | Joe Wilm <joe@jwilm.com> | 2016-09-17 17:20:02 -0700 |
| commit | 458eb1710cf2e21f72aefe0cdda5296ed76bb2b9 (patch) | |
| tree | a66a4c8550d00c1cb8f2284c7347a97cb62aae05 /utf8parse | |
| parent | a7711f9639a22a4fdfd125bb57d831c0c436ec3e (diff) | |
| download | r-alacritty-vte-458eb1710cf2e21f72aefe0cdda5296ed76bb2b9.tar.gz r-alacritty-vte-458eb1710cf2e21f72aefe0cdda5296ed76bb2b9.tar.bz2 r-alacritty-vte-458eb1710cf2e21f72aefe0cdda5296ed76bb2b9.zip | |
Update Cargo.tomls for publishing and add LICENSEs
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] |