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

[lib]
doctest = false

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