馃惁鈥嶁瑳 Snapshot testing in Gleam
0

Configure Feed

Select the types of activity you want to include in your feed.

birdie / gleam.toml
449 B 20 lines
1name = "birdie" 2version = "1.0.0" 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.34 or ~> 1.0" 11simplifile = "~> 1.2" 12gap = "~> 1.1" 13filepath = "~> 0.1" 14justin = "~> 1.0" 15gleam_community_ansi = "~> 1.4" 16glam = "~> 1.3" 17argv = "~> 1.0" 18gleam_erlang = "~> 0.24" 19rank = "~> 1.0" 20gleeunit = "~> 1.0"