aboutsummaryrefslogtreecommitdiff
path: root/aoc2019_gleam/gleam.toml
diff options
context:
space:
mode:
authorJ.J <thechairman@thechairman.info>2024-05-30 23:01:43 -0400
committerJ.J <thechairman@thechairman.info>2024-05-30 23:01:43 -0400
commit7c63a6e1513f13a5d2e5253e66ca77cdc0827950 (patch)
treec56e8ce2f27c93edfdf4642f0c75f15b2b5ed1ab /aoc2019_gleam/gleam.toml
parent2f6e8ac780bf11c420d0f606efd2d68ba3d79fa0 (diff)
downloadgleam_aoc-7c63a6e1513f13a5d2e5253e66ca77cdc0827950.tar.gz
gleam_aoc-7c63a6e1513f13a5d2e5253e66ca77cdc0827950.zip
gleam 2019 day 2
Diffstat (limited to 'aoc2019_gleam/gleam.toml')
-rw-r--r--aoc2019_gleam/gleam.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/aoc2019_gleam/gleam.toml b/aoc2019_gleam/gleam.toml
index c9bed2a..c9ede3d 100644
--- a/aoc2019_gleam/gleam.toml
+++ b/aoc2019_gleam/gleam.toml
@@ -15,6 +15,7 @@ version = "1.0.0"
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
gladvent = ">= 0.7.3 and < 1.0.0"
+gary = ">= 1.0.1 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"