aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/gleam.toml
diff options
context:
space:
mode:
Diffstat (limited to 'aoc2023/gleam.toml')
-rw-r--r--aoc2023/gleam.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/aoc2023/gleam.toml b/aoc2023/gleam.toml
index a437c55..387036d 100644
--- a/aoc2023/gleam.toml
+++ b/aoc2023/gleam.toml
@@ -1,5 +1,6 @@
name = "aoc2023"
version = "0.1.0"
+gleam = ">= 0.32.0"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
@@ -12,6 +13,7 @@ version = "0.1.0"
[dependencies]
gleam_stdlib = "~> 0.32"
simplifile = "~> 1.0"
+gleam_erlang = "~> 0.23"
[dev-dependencies]
gleeunit = "~> 1.0"