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