Browse Source

prototyping lisp v0

ada 5 years ago
parent
commit
13366f74c1
1 changed files with 6 additions and 0 deletions
  1. 6 0
      Cargo.toml

+ 6 - 0
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"