Current section
Files
Jump to
Current section
Files
gleam.toml
name = "blah"
version = "1.4.0"
description = "fake data generation for gleam"
licences = ["Apache-2.0"]
links = [{ title = "Gleam", href = "https://gleam.run" }]
repository = { type = "github", user = "massivefermion", repo = "blah" }
gleam = ">= 0.32.0"
internal_modules = ["blah/en/*", "blah/utils", "blah/locales/*"]
[dependencies]
birl = "~> 1.8"
gleam_stdlib = ">= 0.49.0 or < 2.0.0"
gleam_regexp = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = "~> 1.2"