From 7c63a6e1513f13a5d2e5253e66ca77cdc0827950 Mon Sep 17 00:00:00 2001 From: "J.J" Date: Thu, 30 May 2024 23:01:43 -0400 Subject: gleam 2019 day 2 --- aoc2019_gleam/gleam.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'aoc2019_gleam/gleam.toml') 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" -- cgit v1.2.3