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 df51c5d..f2a2a9c 100644 --- a/aoc2023/gleam.toml +++ b/aoc2023/gleam.toml @@ -14,3 +14,4 @@ gleam_stdlib = "~> 0.32" [dev-dependencies] gleeunit = "~> 1.0" +adglent = "~> 1.2" |