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]