third_party_rust_nom/Cargo.toml

9 lines
216 B
TOML
Raw Normal View History

2014-10-27 17:21:04 +00:00
[package]
name = "nom"
2015-02-24 17:36:58 +00:00
version = "0.1.6"
2014-10-27 17:21:04 +00:00
authors = [ "contact@geoffroycouprie.com" ]
2015-01-17 17:40:40 +00:00
description = "A byte oriented, zero copy, parser combinators library"
license = "MIT"
repository = "https://github.com/Geal/nom"