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 e50e704..e35c00b 100644
--- a/2015/rs/Cargo.toml
+++ b/2015/rs/Cargo.toml
@@ -35,5 +35,9 @@ path = "src/seven.rs"
name = "eight"
path = "src/eight.rs"
+[[bin]]
+name = "nine"
+path = "src/nine.rs"
+
[dependencies]
md-5 = "0.10.6"