diff options
Diffstat (limited to 'aoc2017-gleam/manifest.toml')
-rw-r--r-- | aoc2017-gleam/manifest.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/aoc2017-gleam/manifest.toml b/aoc2017-gleam/manifest.toml index e078678..cda0b5b 100644 --- a/aoc2017-gleam/manifest.toml +++ b/aoc2017-gleam/manifest.toml @@ -29,5 +29,7 @@ packages = [ [requirements] gary = { version = ">= 1.0.1 and < 2.0.0" } gladvent = { version = ">= 0.7.3 and < 1.0.0" } +gleam_erlang = { version = ">= 0.25.0 and < 1.0.0"} +gleam_otp = { version = ">= 0.10.0 and < 1.0.0" } gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" } gleeunit = { version = ">= 1.0.0 and < 2.0.0" } |