From 79ee6841e47bd0e45260a7dbe62fa1aa7b4a511b Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Wed, 12 Sep 2018 21:10:58 -0500 Subject: [PATCH] MAINT: Update metadata for Cargo.toml --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ac4da0f..2731074 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,5 +2,11 @@ name = "abortable-parser" version = "0.1.0" authors = ["Jeremy Wall "] +description = "A parser combinator library with an emphasis on error handling" +repository = "https://github.com/zaphar/abortable_parser" +documentation = "https://docs.rs/crate/abortable-parser" +readme = "README.md" +license = "Apache-2.0" +keywords = ["parsing"] [dependencies]