diff options
author | Hunky Jimpjorps <thechairman@thechairman.info> | 2023-12-18 16:10:25 -0500 |
---|---|---|
committer | Hunky Jimpjorps <thechairman@thechairman.info> | 2023-12-18 16:10:25 -0500 |
commit | 6adea25685eb9668219e3f4ed9643ebe28b734c0 (patch) | |
tree | 33f0d23e2196424f16efafef715c5f177011a7a9 /aoc2023/gleam.toml | |
parent | 662dc6d30da9325590a59eb506880d1d2e5ecfb2 (diff) | |
download | gleam_aoc-6adea25685eb9668219e3f4ed9643ebe28b734c0.tar.gz gleam_aoc-6adea25685eb9668219e3f4ed9643ebe28b734c0.zip |
day 17 gleam incomplete
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" |