diff options
author | mathiasmagnusson <mathias@magnusson.space> | 2022-12-12 20:53:17 +0100 |
---|---|---|
committer | mathiasmagnusson <mathias@magnusson.space> | 2022-12-12 20:53:17 +0100 |
commit | 5dd4e8d1b053e9c13c66a573e664c0a7808e4cb6 (patch) | |
tree | 1c65d8ed85d432080e2b3da042d242e600002b02 /aoc22/day9/Cargo.toml | |
parent | 616bec7e8b07e6d7c669b2b9142da14feebe8885 (diff) | |
download | programming-problem-solving-5dd4e8d1b053e9c13c66a573e664c0a7808e4cb6.tar.gz |
Day 9
Diffstat (limited to 'aoc22/day9/Cargo.toml')
-rw-r--r-- | aoc22/day9/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/aoc22/day9/Cargo.toml b/aoc22/day9/Cargo.toml new file mode 100644 index 0000000..e6da5ab --- /dev/null +++ b/aoc22/day9/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "day9" +version = "0.1.0" +edition = "2021" + +[dependencies] +lib = { path = "../lib" } |