summaryrefslogtreecommitdiff
path: root/2017/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2022-04-19 20:29:56 +0200
committerJustin Wernick <justin@worthe-it.co.za>2022-04-19 20:29:56 +0200
commit34c0aa87fada4bf3bc75ff0493e0876e65289697 (patch)
tree599148bcbb7f05941edfac5ab3454a878129e997 /2017/Cargo.toml
parent174772b5b8d9f5bf5e3c8e8152adfd89f0e83f6b (diff)
parentc99848b907d2d63577ffdc81fc11a77e4d328a92 (diff)
Merge branch '2017-main'
Diffstat (limited to '2017/Cargo.toml')
-rw-r--r--2017/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/2017/Cargo.toml b/2017/Cargo.toml
new file mode 100644
index 0000000..d84b5bd
--- /dev/null
+++ b/2017/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "advent_of_code_2017"
+version = "0.1.0"
+authors = ["Justin Worthe <justin@worthe-it.co.za>"]
+
+[dependencies]
+regex = "0.2.3"
+lazy_static = "1.0.0"
+structopt = "0.1.6"
+structopt-derive = "0.1.6" \ No newline at end of file