Current section
Files
Jump to
Current section
Files
gleam.toml
name = "glormat"
version = "1.0.0"
description = "A simple, readable string formatting library for Gleam!"
licences = ["Apache-2.0"]
repository = { type = "github", user = "SaphiraKai", repo = "glormat" }
[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
[dev-dependencies]
gleeunit = "~> 1.0"