Current section
Files
Jump to
Current section
Files
gleam.toml
name = "str"
version = "1.0.0"
# Project metadata (fill or replace placeholders before publishing)
description = "Unicode-aware string utilities for Gleam: grapheme-safe operations, pragmatic ASCII transliteration, and slug generation."
licences = ["MIT"]
repository = { type = "github", user = "lupodevelop", repo = "str" }
links = [{ title = "Repository", href = "https://github.com/lupodevelop/str" }]
# For a full reference of all the available options, see:
# https://gleam.run/writing-gleam/gleam-toml/
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"