Current section
Files
Jump to
Current section
Files
gleam.toml
name = "punycode"
version = "0.1.0"
description = "Gleam implementation of punycode encoding and decoding"
licences = ["Apache-2.0"]
repository = { type = "custom", url = "https://codeberg.org/sotolf/gleam_punycode/" }
[dependencies]
gleam_stdlib = "~> 0.32"
[dev-dependencies]
gleeunit = "~> 1.0"