diff options
Diffstat (limited to 'aoc22/day2/Cargo.toml')
-rw-r--r-- | aoc22/day2/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/aoc22/day2/Cargo.toml b/aoc22/day2/Cargo.toml new file mode 100644 index 0000000..f274206 --- /dev/null +++ b/aoc22/day2/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "day2" +version = "0.1.0" +edition = "2021" + +[dependencies] +lib = { path = "../lib" } |