aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/gleam.toml
diff options
context:
space:
mode:
authorJ.J <thechairman@thechairman.info>2023-12-05 03:30:12 -0500
committerJ.J <thechairman@thechairman.info>2023-12-05 03:30:12 -0500
commite3fc8bc189f87e2d42c54e340404fbcfd1e64f65 (patch)
tree723cb182e169bc3099eba284e6c02a00d5e722f4 /aoc2023/gleam.toml
parent8549ac47456f91ffc760d097f51c1aba9d689f70 (diff)
parenta2c26c374a2b450557cff307144812537a30a744 (diff)
downloadgleam_aoc-e3fc8bc189f87e2d42c54e340404fbcfd1e64f65.tar.gz
gleam_aoc-e3fc8bc189f87e2d42c54e340404fbcfd1e64f65.zip
Merge branch 'main' of https://github.com/hunkyjimpjorps/AdventOfCode
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"