summaryrefslogtreecommitdiff
path: root/2022/rust/day02/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2022-12-04 17:32:57 +0000
committercos <cos>2022-12-05 11:14:34 +0000
commit002f3d163bd606434d5e73e1658caad29690f03b (patch)
treebed020ea4991845b5b59b2179a6b17c3d7328c3b /2022/rust/day02/Cargo.toml
parent5886b1144dac92767b49028bd0d7093667fdafb3 (diff)
downloadadventofcode-002f3d163bd606434d5e73e1658caad29690f03b.zip
Add day02, 2022
Diffstat (limited to '2022/rust/day02/Cargo.toml')
-rw-r--r--2022/rust/day02/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/2022/rust/day02/Cargo.toml b/2022/rust/day02/Cargo.toml
new file mode 100644
index 0000000..9377f12
--- /dev/null
+++ b/2022/rust/day02/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "day02"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+aoc = { path = "../../../common/rust/aoc" }
+anyhow = "1.0"