heh
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 03ff067..064febc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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",