summaryrefslogtreecommitdiffstats
path: root/2015/rs/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '2015/rs/Cargo.toml')
-rw-r--r--2015/rs/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/2015/rs/Cargo.toml b/2015/rs/Cargo.toml
index 7f6f71f..e50e704 100644
--- a/2015/rs/Cargo.toml
+++ b/2015/rs/Cargo.toml
@@ -31,5 +31,9 @@ path = "src/six.rs"
name = "seven"
path = "src/seven.rs"
+[[bin]]
+name = "eight"
+path = "src/eight.rs"
+
[dependencies]
md-5 = "0.10.6"