aboutsummaryrefslogtreecommitdiff
path: root/codingquest2024/gleam.toml
diff options
context:
space:
mode:
authorH.J <thechairman@thechairman.info>2024-03-22 14:30:51 -0400
committerH.J <thechairman@thechairman.info>2024-03-22 14:30:51 -0400
commita2c2b728ec6051323ed937f54816089cd2ae9d20 (patch)
tree21fcb2be2d16c5155641f747eba3edb17d284d7e /codingquest2024/gleam.toml
parente09491b19729a8848ea11662fb1173f5c466e910 (diff)
downloadgleam_aoc-a2c2b728ec6051323ed937f54816089cd2ae9d20.tar.gz
gleam_aoc-a2c2b728ec6051323ed937f54816089cd2ae9d20.zip
Codingquest complete
Diffstat (limited to 'codingquest2024/gleam.toml')
-rw-r--r--codingquest2024/gleam.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/codingquest2024/gleam.toml b/codingquest2024/gleam.toml
index 8bee8d0..f39baa5 100644
--- a/codingquest2024/gleam.toml
+++ b/codingquest2024/gleam.toml
@@ -15,6 +15,8 @@ version = "1.0.0"
[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
simplifile = "~> 1.5"
+gleam_otp = "~> 0.10"
+gleam_erlang = "~> 0.24"
[dev-dependencies]
gleeunit = "~> 1.0"