1name = "birdie"
2version = "1.2.4"
3
4description = "Snapshot testing in Gleam"
5licences = ["Apache-2.0"]
6repository = { type = "github", user = "giacomocavalieri", repo = "birdie" }
7target = "erlang"
8
9[dependencies]
10gleam_stdlib = ">= 0.43.0 and < 1.0.0"
11justin = ">= 1.0.1 and < 2.0.0"
12gleam_community_ansi = ">= 1.4.0 and < 2.0.0"
13argv = ">= 1.0.2 and < 2.0.0"
14gleam_erlang = ">= 0.25.0 and < 1.0.0"
15rank = ">= 1.0.0 and < 2.0.0"
16glance = ">= 1.0.0 and < 2.0.0"
17filepath = ">= 1.1.0 and < 2.0.0"
18trie_again = ">= 1.1.2 and < 2.0.0"
19simplifile = ">= 2.2.0 and < 3.0.0"
20edit_distance = ">= 2.0.1 and < 3.0.0"
21
22[dev-dependencies]
23gleeunit = ">= 1.2.0 and < 2.0.0"