馃惁鈥嶁瑳 Snapshot testing in Gleam
1name = "birdie"
2version = "2.0.2"
3
4description = "馃惁鈥嶁瑳 Snapshot testing in Gleam"
5licences = ["Apache-2.0"]
6repository = { type = "github", user = "giacomocavalieri", repo = "birdie" }
7target = "erlang"
8
9[javascript.deno]
10allow_env = ["TMPDIR", "TEMP", "TMP"]
11allow_read = true
12allow_write = true
13
14[dependencies]
15argv = ">= 1.0.2 and < 2.0.0"
16trie_again = ">= 1.1.2 and < 2.0.0"
17edit_distance = ">= 3.0.0 and < 4.0.0"
18envoy = ">= 1.1.0 and < 2.0.0"
19filepath = ">= 1.1.0 and < 2.0.0"
20gleam_community_ansi = ">= 1.4.0 and < 2.0.0"
21gleam_json = ">= 3.0.0 and < 4.0.0"
22gleam_stdlib = ">= 0.43.0 and < 2.0.0"
23global_value = ">= 1.0.0 and < 2.0.0"
24justin = ">= 1.0.1 and < 2.0.0"
25rank = ">= 1.0.0 and < 2.0.0"
26simplifile = ">= 2.4.0 and < 3.0.0"
27term_size = ">= 1.0.1 and < 2.0.0"
28tom = ">= 2.0.0 and < 3.0.0"
29glance = ">= 7.0.0 and < 8.0.0"
30
31[dev-dependencies]
32gleeunit = ">= 1.2.0 and < 2.0.0"