Current section

Files

Jump to
phony gleam.toml
Raw

gleam.toml

name = "phony"
version = "1.0.0"
description = "An international phone number validator"
gleam = ">= 0.32.0"
licences = ["Apache-2.0"]
links = [{title = "Gleam", href = "https://gleam.run"}]
repository = {type = "github", user = "massivefermion", repo = "phony"}
internal_modules = [
"phony/metadata",
]
[dependencies]
gleam_stdlib = "~> 0.32"
[dev-dependencies]
gleeunit = "~> 1.0"