From 458eb1710cf2e21f72aefe0cdda5296ed76bb2b9 Mon Sep 17 00:00:00 2001 From: Joe Wilm Date: Sat, 17 Sep 2016 17:20:02 -0700 Subject: Update Cargo.tomls for publishing and add LICENSEs --- utf8parse/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'utf8parse') 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 "] +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] -- cgit