This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
huia/parser/Cargo.toml

11 lines
186 B
TOML
Raw Normal View History

2018-08-27 11:09:36 +12:00
[package]
name = "huia-parser"
version = "0.1.0"
authors = ["James Harton <james@automat.nz>"]
[dependencies]
pest = "1.0.6"
pest_derive = "1.0.8"
2018-09-02 12:15:03 +12:00
lazy_static = "1.1.0"
regex = "1.0.4"