summaryrefslogtreecommitdiff
path: root/2021/rust/day01/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2021-12-01 09:56:29 +0100
committercos <cos>2021-12-01 10:02:42 +0100
commitc8f898354dcfc52d31fa8830bc1c7a931697c7e0 (patch)
tree7de44d17b85149a9ea28b3ad797085db7fe718dc /2021/rust/day01/Cargo.toml
parentbd71657aaadb45b75d4bb847232fe688892e3404 (diff)
downloadadventofcode-c8f898354dcfc52d31fa8830bc1c7a931697c7e0.zip
Add day01, 2021
Diffstat (limited to '2021/rust/day01/Cargo.toml')
-rw-r--r--2021/rust/day01/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/2021/rust/day01/Cargo.toml b/2021/rust/day01/Cargo.toml
new file mode 100644
index 0000000..afa6985
--- /dev/null
+++ b/2021/rust/day01/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "day01"
+version = "0.1.0"
+authors = ["cos <cos>"]
+edition = "2021"
+
+[dependencies]
+aoc = { path = "../../../common/rust/aoc" }
+anyhow = "1.0"