Current section
Files
Jump to
Current section
Files
gleam.toml
name = "phony"
version = "0.3.0"
description = "An international phone number validator"
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.30"
[dev-dependencies]
gleeunit = "~> 0.11"