about summary refs log tree commit diff
path: root/users/riking/adventofcode-2020/day01/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'users/riking/adventofcode-2020/day01/Cargo.toml')
-rw-r--r--users/riking/adventofcode-2020/day01/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/users/riking/adventofcode-2020/day01/Cargo.toml b/users/riking/adventofcode-2020/day01/Cargo.toml
new file mode 100644
index 0000000000..d90ab548bb
--- /dev/null
+++ b/users/riking/adventofcode-2020/day01/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "day01"
+version = "0.1.0"
+authors = ["Kane York <kanepyork@gmail.com>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+anyhow = "1.0.34"