abortable_parser/Cargo.toml

13 lines
386 B
TOML
Raw Normal View History

2018-09-02 22:10:11 -05:00
[package]
name = "abortable-parser"
version = "0.1.0"
authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"]
2018-09-12 21:10:58 -05:00
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"]
2018-09-02 22:10:11 -05:00
[dependencies]