Current section
Files
Jump to
Current section
Files
form_coder
gleam.toml
gleam.toml
name = "form_coder"
version = "0.2.0"
licences = ["Apache-2.0"]
description = "A Gleam library for encoding and decoding `x-www-form-urlencoded` data"
repository = { type = "github", user = "J3RN", repo = "form_coder" }
[dependencies]
gleam_stdlib = "~> 0.26"
[dev-dependencies]
gleeunit = "~> 0.10"