aboutsummaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-10-25 16:18:32 -0500
committerJoel Martin <github@martintribe.org>2015-01-06 21:58:58 -0600
commit2ee5367b95e98252e1446a1cc1a782c516f21e72 (patch)
tree5e8601d6d173a20535eaba2ac2dccbe824bb9e5b /rust/Cargo.toml
parent0a4d62f2f8362290dfc956ba5c948794a77a6e4d (diff)
downloadmal-2ee5367b95e98252e1446a1cc1a782c516f21e72.tar.gz
mal-2ee5367b95e98252e1446a1cc1a782c516f21e72.zip
rust: add step5_tco
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 75d81a9..295e4d0 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -33,3 +33,6 @@ name = "step3_env"
[[bin]]
name = "step4_if_fn_do"
+
+[[bin]]
+name = "step5_tco"