mirror of
https://github.com/zaphar/abortable_parser.git
synced 2025-07-21 20:29:49 -04:00
13 lines
400 B
TOML
13 lines
400 B
TOML
[package]
|
|
name = "abortable_parser"
|
|
version = "0.1.0"
|
|
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", "combinator"]
|
|
|
|
[dependencies]
|