Current section
Files
Jump to
Current section
Files
gleam.toml
name = "birdie"
version = "2.0.1"
description = "🐦⬛ Snapshot testing in Gleam"
licences = ["Apache-2.0"]
repository = { type = "github", user = "giacomocavalieri", repo = "birdie" }
target = "erlang"
[javascript.deno]
allow_env = ["TMPDIR", "TEMP", "TMP"]
allow_read = true
allow_write = true
[dependencies]
argv = ">= 1.0.2 and < 2.0.0"
trie_again = ">= 1.1.2 and < 2.0.0"
edit_distance = ">= 3.0.0 and < 4.0.0"
envoy = ">= 1.1.0 and < 2.0.0"
filepath = ">= 1.1.0 and < 2.0.0"
glance = ">= 6.0.0 and < 7.0.0"
gleam_community_ansi = ">= 1.4.0 and < 2.0.0"
gleam_json = ">= 3.0.0 and < 4.0.0"
gleam_stdlib = ">= 0.43.0 and < 2.0.0"
global_value = ">= 1.0.0 and < 2.0.0"
justin = ">= 1.0.1 and < 2.0.0"
rank = ">= 1.0.0 and < 2.0.0"
simplifile = ">= 2.4.0 and < 3.0.0"
term_size = ">= 1.0.1 and < 2.0.0"
tom = ">= 2.0.0 and < 3.0.0"
[dev-dependencies]
gleeunit = ">= 1.2.0 and < 2.0.0"