Current section

Files

Jump to
phony gleam.toml
Raw

gleam.toml

name = "phony"
version = "0.4.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.31"
[dev-dependencies]
gleeunit = "~> 0.11"