summaryrefslogtreecommitdiff
path: root/abnf_to_pest/Cargo.toml
blob: bfa6b6d4586fdd28e6209e730a523a7ba021d734 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "abnf_to_pest"
version = "0.1.0"
authors = ["Nadrieril <nadrieril@users.noreply.github.com>"]
edition = "2018"

[dependencies]
abnf = { git = "https://github.com/Nadrieril/abnf" }
itertools = "0.8.0"
pretty = "0.5.2"