diff options
author | Hunky Jimpjorps <thechairman@thechairman.info> | 2023-12-04 11:54:50 -0500 |
---|---|---|
committer | Hunky Jimpjorps <thechairman@thechairman.info> | 2023-12-04 11:54:50 -0500 |
commit | a2c26c374a2b450557cff307144812537a30a744 (patch) | |
tree | b1db070777570c105cbbc050e6ccf9ba96504a3f /aoc2023/gleam.toml | |
parent | 0d12017453583343520d6faa636ff3cd651d3957 (diff) | |
download | gleam_aoc-a2c26c374a2b450557cff307144812537a30a744.tar.gz gleam_aoc-a2c26c374a2b450557cff307144812537a30a744.zip |
cleanup
Diffstat (limited to 'aoc2023/gleam.toml')
-rw-r--r-- | aoc2023/gleam.toml | 2 |
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" |