summaryrefslogtreecommitdiff
path: root/advent/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'advent/Cargo.toml')
-rw-r--r--advent/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/advent/Cargo.toml b/advent/Cargo.toml
new file mode 100644
index 0000000..46c4fb0
--- /dev/null
+++ b/advent/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "advent"
+version = "0.1.0"
+authors = ["Kjetil Orbekk <kjetil.orbekk@gmail.com>"]
+edition = "2018"
+
+[[bin]]
+name = "12"
+path = "src/12.rs"
+
+[dependencies]