diff options
Diffstat (limited to 'day4/Cargo.toml')
| -rw-r--r-- | day4/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/day4/Cargo.toml b/day4/Cargo.toml new file mode 100644 index 0000000..3161844 --- /dev/null +++ b/day4/Cargo.toml | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | [package] | ||
| 2 | name = "day4" | ||
| 3 | version = "0.1.0" | ||
| 4 | edition = "2021" | ||
| 5 | |||
| 6 | [dependencies] | ||
| 7 | aoc = { path = "../aoc" } | ||
| 8 | regex = "1.11.1" | ||
