gleam.toml

name = "lattice_counters"
version = "1.0.0"
description = "Grow-only and positive-negative counters for Gleam — conflict-free replicated counter types"
licences = ["MIT"]
repository = { type = "github", user = "tylerbutler", repo = "lattice" }
gleam = ">= 1.7.0"

[dependencies]
gleam_stdlib = ">= 0.48.0 and < 2.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
lattice_core = ">= 1.0.0 and < 2.0.0"

[dev-dependencies]
startest = ">= 0.8.0 and < 1.0.0"
qcheck = ">= 1.0.0 and < 2.0.0"