diff options
Diffstat (limited to 'aoc2023/gleam.toml')
-rw-r--r-- | aoc2023/gleam.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aoc2023/gleam.toml b/aoc2023/gleam.toml index 8e0eb9c..5b60622 100644 --- a/aoc2023/gleam.toml +++ b/aoc2023/gleam.toml @@ -16,6 +16,7 @@ simplifile = "~> 1.0" gleam_erlang = "~> 0.23" gleam_community_maths = "~> 1.0" gleam_otp = "~> 0.8" +pqueue = "~> 2.0" [dev-dependencies] gleeunit = "~> 1.0" |