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

11 lines
187 B
TOML
Raw Normal View History

[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"