summaryrefslogtreecommitdiffstats
path: root/day11/Cargo.toml
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2018-12-11 20:03:08 +0200
committerJan Tuomi <jan.tuomi@eficode.com>2018-12-11 20:03:08 +0200
commitb51f919881491d6f9c7fb7e5fee70de9cbaa0fbb (patch)
tree81c394cb2cfe3ec21e99fa63d5be926b7ce7303e /day11/Cargo.toml
parent49230f87d81c21f11c6d227109b7b9eaee52608f (diff)
Solve day11
Diffstat (limited to 'day11/Cargo.toml')
-rw-r--r--day11/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/day11/Cargo.toml b/day11/Cargo.toml
new file mode 100644
index 0000000..dc808c8
--- /dev/null
+++ b/day11/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "day11"
+version = "0.1.0"
+authors = ["Jan Tuomi <jan.tuomi@eficode.com>"]
+
+[dependencies]