aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/gleam.toml
diff options
context:
space:
mode:
authorHunky Jimpjorps <thechairman@thechairman.info>2023-12-12 06:14:55 -0500
committerHunky Jimpjorps <thechairman@thechairman.info>2023-12-12 06:14:55 -0500
commit6a634c91145fab5b8ddb3af79c393607cd6272b6 (patch)
tree8f197820b1dfd91ef3e5b9d90c101d95ba5203b8 /aoc2023/gleam.toml
parent3587c46e155ff45aecfb728c29f14e9c8a108095 (diff)
downloadgleam_aoc-6a634c91145fab5b8ddb3af79c393607cd6272b6.tar.gz
gleam_aoc-6a634c91145fab5b8ddb3af79c393607cd6272b6.zip
day 12 complete, memoization utility added
Diffstat (limited to 'aoc2023/gleam.toml')
-rw-r--r--aoc2023/gleam.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/aoc2023/gleam.toml b/aoc2023/gleam.toml
index 8fc812a..8e0eb9c 100644
--- a/aoc2023/gleam.toml
+++ b/aoc2023/gleam.toml
@@ -15,6 +15,7 @@ gleam_stdlib = "~> 0.32"
simplifile = "~> 1.0"
gleam_erlang = "~> 0.23"
gleam_community_maths = "~> 1.0"
+gleam_otp = "~> 0.8"
[dev-dependencies]
gleeunit = "~> 1.0"