diff options
Diffstat (limited to 'aoc-2020-gleam/gleam.toml')
-rw-r--r-- | aoc-2020-gleam/gleam.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aoc-2020-gleam/gleam.toml b/aoc-2020-gleam/gleam.toml index cf6aa37..1ac9a67 100644 --- a/aoc-2020-gleam/gleam.toml +++ b/aoc-2020-gleam/gleam.toml @@ -5,3 +5,4 @@ description = "A Gleam project" [dependencies] gleam_stdlib = "~> 0.26" gleam_erlang = "~> 0.17" +gleam_otp = "~> 0.5" |