summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-12-11 22:09:16 -0500
committerJesse Luehrs <doy@tozt.net>2022-12-11 22:19:17 -0500
commit70f6149889511f61f91f525eba5a82e938cb41ec (patch)
tree20ed08e39ee1d0c7ec561721231f36e98a89c1b9 /Cargo.toml
parente2d219b331a878bbb3c9dcef9ea4e218b2e3ee06 (diff)
downloadadvent-of-code-70f6149889511f61f91f525eba5a82e938cb41ec.tar.gz
advent-of-code-70f6149889511f61f91f525eba5a82e938cb41ec.zip
support string solutions
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2901de2..e7995c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+advent-of-code-ocr = "0.1.1"
ahash = "0.8.2"
anyhow = "1.0.66"
once_cell = "1.16.0"