aboutsummaryrefslogtreecommitdiff
path: root/aoc2017-gleam/gleam.toml
diff options
context:
space:
mode:
authorH.J <thechairman@thechairman.info>2024-06-17 15:10:31 -0400
committerH.J <thechairman@thechairman.info>2024-06-17 15:10:31 -0400
commit413891726756aed407a2cfbceb4cf0e14bbcc982 (patch)
tree4b970eb97a54bcf84e01eea225a62f4ead7b621c /aoc2017-gleam/gleam.toml
parent70fda8e4513d6de7d1a2cc6c701b7ae36cd83850 (diff)
downloadgleam_aoc-413891726756aed407a2cfbceb4cf0e14bbcc982.tar.gz
gleam_aoc-413891726756aed407a2cfbceb4cf0e14bbcc982.zip
gleam 2017 day 14 complete
Diffstat (limited to 'aoc2017-gleam/gleam.toml')
-rw-r--r--aoc2017-gleam/gleam.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/aoc2017-gleam/gleam.toml b/aoc2017-gleam/gleam.toml
index 669a48d..b1de573 100644
--- a/aoc2017-gleam/gleam.toml
+++ b/aoc2017-gleam/gleam.toml
@@ -16,6 +16,8 @@ version = "1.0.0"
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
gladvent = ">= 0.7.3 and < 1.0.0"
gary = ">= 1.0.1 and < 2.0.0"
+gleam_otp = ">= 0.10.0 and < 1.0.0"
+gleam_erlang = ">= 0.25.0 and < 1.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"