aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/gleam.toml
diff options
context:
space:
mode:
authorHunky Jimpjorps <thechairman@thechairman.info>2023-12-04 11:54:50 -0500
committerHunky Jimpjorps <thechairman@thechairman.info>2023-12-04 11:54:50 -0500
commita2c26c374a2b450557cff307144812537a30a744 (patch)
treeb1db070777570c105cbbc050e6ccf9ba96504a3f /aoc2023/gleam.toml
parent0d12017453583343520d6faa636ff3cd651d3957 (diff)
downloadgleam_aoc-a2c26c374a2b450557cff307144812537a30a744.tar.gz
gleam_aoc-a2c26c374a2b450557cff307144812537a30a744.zip
cleanup
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"