summaryrefslogtreecommitdiff
path: root/2020/rust/day01/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2020-12-01 08:01:25 +0100
committercos <cos>2020-12-01 11:41:34 +0100
commitf44158d941198d175c26ef8f74e80e4d4d0fa7a2 (patch)
tree199a394c07fb5ceba511a80432bc1ef37a1f7d23 /2020/rust/day01/Cargo.toml
parent7b0a1642a13077d5931469d6281ea20a98ec0ace (diff)
downloadadventofcode-f44158d941198d175c26ef8f74e80e4d4d0fa7a2.zip
Add day01, 2020
Diffstat (limited to '2020/rust/day01/Cargo.toml')
-rw-r--r--2020/rust/day01/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/2020/rust/day01/Cargo.toml b/2020/rust/day01/Cargo.toml
new file mode 100644
index 0000000..674217d
--- /dev/null
+++ b/2020/rust/day01/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "day01"
+version = "0.1.0"
+authors = ["cos <cos>"]
+edition = "2018"
+
+[dependencies]
+anyhow = "1.0"