diff options
author | H.J <thechairman@thechairman.info> | 2024-03-22 14:30:51 -0400 |
---|---|---|
committer | H.J <thechairman@thechairman.info> | 2024-03-22 14:30:51 -0400 |
commit | a2c2b728ec6051323ed937f54816089cd2ae9d20 (patch) | |
tree | 21fcb2be2d16c5155641f747eba3edb17d284d7e /codingquest2024/gleam.toml | |
parent | e09491b19729a8848ea11662fb1173f5c466e910 (diff) | |
download | gleam_aoc-a2c2b728ec6051323ed937f54816089cd2ae9d20.tar.gz gleam_aoc-a2c2b728ec6051323ed937f54816089cd2ae9d20.zip |
Codingquest complete
Diffstat (limited to 'codingquest2024/gleam.toml')
-rw-r--r-- | codingquest2024/gleam.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/codingquest2024/gleam.toml b/codingquest2024/gleam.toml index 8bee8d0..f39baa5 100644 --- a/codingquest2024/gleam.toml +++ b/codingquest2024/gleam.toml @@ -15,6 +15,8 @@ version = "1.0.0" [dependencies] gleam_stdlib = "~> 0.34 or ~> 1.0" simplifile = "~> 1.5" +gleam_otp = "~> 0.10" +gleam_erlang = "~> 0.24" [dev-dependencies] gleeunit = "~> 1.0" |