summaryrefslogtreecommitdiff
path: root/2021/rust/day10/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2021-12-10 07:36:49 +0100
committercos <cos>2021-12-10 07:36:49 +0100
commit8aa43a7021ddf058e61769b780e4f0024977d731 (patch)
treef16e9c9b6b1032ab36c63bf127006c87ddac966c /2021/rust/day10/Cargo.toml
parentb30e1dd214605b7b479be346b2249aaee11b6a3d (diff)
downloadadventofcode-8aa43a7021ddf058e61769b780e4f0024977d731.zip
Add day10, 2021
Diffstat (limited to '2021/rust/day10/Cargo.toml')
-rw-r--r--2021/rust/day10/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/2021/rust/day10/Cargo.toml b/2021/rust/day10/Cargo.toml
new file mode 100644
index 0000000..7f830ae
--- /dev/null
+++ b/2021/rust/day10/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "day10"
+version = "0.1.0"
+authors = ["cos <cos>"]
+edition = "2021"
+
+[dependencies]
+aoc = { path = "../../../common/rust/aoc" }
+anyhow = "1.0"