From 13366f74c1a58c7bb3b4a8cc04230eeeffcb2df7 Mon Sep 17 00:00:00 2001 From: ada Date: Thu, 22 Oct 2020 19:46:22 +0200 Subject: [PATCH] prototyping lisp v0 --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 25acfdeee..6e3f5b2ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,6 +35,9 @@ clap = "3.0.0-beta.1" failure = "0.1.8" failure_derive = "0.1.8" +regex = "1" +fancy-regex = "0.4.0" + [[bin]] name = "sha256" path = "src/sha256.rs" @@ -107,3 +110,6 @@ path = "src/bin/mint.rs" name = "jubjub" path = "src/bin/jubjub.rs" +[[bin]] +name = "lisp" +path = "lisp/lisp.rs"