From 69652efe8ad9738a94fef571c8b81e342f96e7b4 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Sun, 7 Feb 2021 22:19:21 -0300 Subject: Finish porting parser --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ba09f9d..dbdb60a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,3 +10,12 @@ repository = "https://soniex2.autistic.space/git-repos/dfu.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +boolinator = "2.4.0" +regex = "1" + +[dev-dependencies] +proptest = "0.10.1" + +[features] +default = [] +stable = [] -- cgit 1.4.1