summaryrefslogtreecommitdiff
path: root/2021/rust/day07/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2021-12-07 08:52:05 +0100
committercos <cos>2021-12-07 14:06:16 +0100
commit9dfb22a9eb14d7884b534f2ae34c4807424fe19e (patch)
tree1222b0f02878840f795190018f57e1020f3c925d /2021/rust/day07/Cargo.toml
parentf4979b0c8e32678710cbda681c36d5faa94444c1 (diff)
downloadadventofcode-9dfb22a9eb14d7884b534f2ae34c4807424fe19e.zip
Add day07, 2021
Diffstat (limited to '2021/rust/day07/Cargo.toml')
-rw-r--r--2021/rust/day07/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/2021/rust/day07/Cargo.toml b/2021/rust/day07/Cargo.toml
new file mode 100644
index 0000000..645ee26
--- /dev/null
+++ b/2021/rust/day07/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "day07"
+version = "0.1.0"
+authors = ["cos <cos>"]
+edition = "2021"
+
+[dependencies]
+aoc = { path = "../../../common/rust/aoc" }
+anyhow = "1.0"