heh
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ [package] name = "aoc" version = "0.1.0" -edition = "2021" +edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -13,6 +13,7 @@ itertools = "0.12.0" lower = "0.2.0" lower-macros = "0.2.3" mattr = "1.0.0" +md-5 = "0.10.6" memchr = "2.6.4" regex = { version = "1.11.1", default-features = false, features = [ "unstable", |