aboutsummaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-10-25 12:41:24 -0500
committerJoel Martin <github@martintribe.org>2015-01-06 21:58:57 -0600
commit0ab374bc261f871ab8fbbc13e0096f44225e2a3f (patch)
tree18bf694e55ee767e5d55edf73819affa3f0214b5 /rust/Cargo.toml
parentabdd56ebc0e01cd92f694ef2bcafcc394453d055 (diff)
downloadmal-0ab374bc261f871ab8fbbc13e0096f44225e2a3f.tar.gz
mal-0ab374bc261f871ab8fbbc13e0096f44225e2a3f.zip
rust: add step2_eval.
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 60cdf34..aa409a1 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -20,3 +20,7 @@ name = "step0_repl"
[[bin]]
name = "step1_read_print"
+
+[[bin]]
+
+name = "step2_eval"