We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e6e699 commit 4bc55a1Copy full SHA for 4bc55a1
.gitignore
@@ -1,5 +1,6 @@
1
*/inputs/
2
3
+rust/input/
4
rust/*/input/
5
rust/*/target/
6
rust/*/Cargo.lock
rust/2021/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "aoc2021"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8
+[dependencies]
9
+aoc-runner = "0.3.0"
10
+aoc-runner-derive = "0.3.0"
11
+itertools = "0.10.3"
0 commit comments