summaryrefslogtreecommitdiff
path: root/advent/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'advent/Cargo.toml')
-rw-r--r--advent/Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/advent/Cargo.toml b/advent/Cargo.toml
index 46c4fb0..775e2c8 100644
--- a/advent/Cargo.toml
+++ b/advent/Cargo.toml
@@ -8,4 +8,9 @@ edition = "2018"
name = "12"
path = "src/12.rs"
+[[bin]]
+name = "12_2"
+path = "src/12_2.rs"
+
[dependencies]
+num = "0.1"