From 7b30677613bb8687649473361ce1a826509742a0 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Thu, 28 Feb 2019 21:00:00 +0100 Subject: Auto-generate pest file from spec abnf --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f55d24f..48c5488 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,8 @@ build = "build.rs" [build-dependencies] lalrpop = "0.16.3" +abnf = { git = "https://github.com/Nadrieril/abnf" } +itertools = "0.8.0" [dependencies] bytecount = "0.5.1" -- cgit v1.2.3