Current section

Files

Jump to
qs gleam.toml
Raw

gleam.toml

name = "qs"
version = "1.0.2"
description = "Parse and encode URL query strings"
licences = ["MIT"]
repository = { type = "github", user = "sporto", repo = "gleam-qs" }
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = "~> 1.0"