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