summaryrefslogtreecommitdiff
path: root/abnf_to_pest/Cargo.toml
blob: fc9fe6631db87292dcf005be15b902dfc1247862 (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 = "0.1.2"
itertools = "0.8.0"
pretty = "0.5.2"