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

[lib]
doctest = false

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