summaryrefslogtreecommitdiffstats
path: root/day2/Cargo.toml
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2018-12-05 17:04:35 +0200
committerJan Tuomi <jan.tuomi@eficode.com>2018-12-05 17:04:35 +0200
commit257ce22cd4bc5b561feea9a6e19415a86c250e23 (patch)
tree556c0e1eb02bb2848a8f1516cdb9f9ccbd78ea76 /day2/Cargo.toml
parent4641b367cf397f05440cc042d9ef0fc700278cff (diff)
Solve day2
Diffstat (limited to 'day2/Cargo.toml')
-rw-r--r--day2/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/day2/Cargo.toml b/day2/Cargo.toml
new file mode 100644
index 0000000..4848f85
--- /dev/null
+++ b/day2/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "day2"
+version = "0.1.0"
+authors = ["Jan Tuomi <jan.tuomi@eficode.com>"]
+
+[dependencies]