MAINT: Update metadata for Cargo.toml

This commit is contained in:
Jeremy Wall 2018-09-12 21:10:58 -05:00
parent 1b3b37bbba
commit 79ee6841e4

View File

@ -2,5 +2,11 @@
name = "abortable-parser" name = "abortable-parser"
version = "0.1.0" version = "0.1.0"
authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"] authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"]
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] [dependencies]