Current section
Files
Jump to
Current section
Files
gleam.toml
name = "nibble"
version = "0.2.2"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
licences = ["MIT"]
description = "A string parsing library heavily inspired by elm/parser."
repository = { type = "github", user = "hayleigh-dot-dev", repo = "gleam-nibble" }
[dependencies]
gleam_stdlib = "~> 0.25"
[dev-dependencies]
gleeunit = "~> 0.6"