aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/gleam.toml
diff options
context:
space:
mode:
authorHJ <thechairman@thechairman.info>2023-12-08 02:59:26 -0500
committerHJ <thechairman@thechairman.info>2023-12-08 02:59:26 -0500
commitb9c4b4dfadd305c55fb09d421252780cb254f89b (patch)
treec92d27064bf177d72e7cc55a1eeee713e957ef63 /aoc2023/gleam.toml
parentc82dee4b12a824ff73dc91f89445d4df75d3c876 (diff)
downloadgleam_aoc-b9c4b4dfadd305c55fb09d421252780cb254f89b.tar.gz
gleam_aoc-b9c4b4dfadd305c55fb09d421252780cb254f89b.zip
day 8 complete
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 387036d..8fc812a 100644
--- a/aoc2023/gleam.toml
+++ b/aoc2023/gleam.toml
@@ -14,6 +14,7 @@ gleam = ">= 0.32.0"
gleam_stdlib = "~> 0.32"
simplifile = "~> 1.0"
gleam_erlang = "~> 0.23"
+gleam_community_maths = "~> 1.0"
[dev-dependencies]
gleeunit = "~> 1.0"