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/huia-parser/Cargo.toml
2019-02-08 21:12:56 +13:00

10 lines
187 B
TOML

[package]
name = "huia-parser"
version = "0.1.0"
authors = ["James Harton <james@automat.nz>"]
edition = "2018"
[dependencies]
lazy_static = "1.2.0"
pest = "2.1.0"
pest_derive = "2.1.0"