summaryrefslogtreecommitdiff
path: root/2018/Cargo.toml
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2018-12-08 11:27:41 +0100
committertomsmeding <tom.smeding@gmail.com>2018-12-08 11:27:41 +0100
commitd622aca0fed3043a74b1b9e42be83d88837b372c (patch)
tree81062610f9bc976f8604cc5cf23be0ff6bd09ca3 /2018/Cargo.toml
parent7c41554094bd50cb21937e71deec6dac411eb4f5 (diff)
Day 8
Diffstat (limited to '2018/Cargo.toml')
-rw-r--r--2018/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/2018/Cargo.toml b/2018/Cargo.toml
index d071e14..484f482 100644
--- a/2018/Cargo.toml
+++ b/2018/Cargo.toml
@@ -2,6 +2,7 @@
name = "aoc-2018"
version = "0.1.0"
authors = ["tomsmeding <tom.smeding@gmail.com>"]
+edition = "2018"
[dependencies]
argparse = "0.2.2"