Current section
Files
Jump to
Current section
Files
gleam.toml
name = "squirtle"
version = "2.0.0"
description = "A JSON Patch (RFC 6902) implementation in Gleam"
licences = ["MIT"]
repository = { type = "github", user = "otters", repo = "squirtle" }
[dependencies]
gleam_json = ">= 3.0.0 and < 4.0.0"
gleam_stdlib = ">= 0.65.0 and < 1.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
simplifile = ">= 2.3.0 and < 3.0.0"