gleam.toml

name = "lattice_crdt"
version = "2.0.0"
description = "Conflict-free replicated data types (CRDTs) for Gleam — umbrella package that includes all lattice sub-packages"
licences = ["MIT"]
repository = { type = "github", user = "tylerbutler", repo = "lattice" }
gleam = ">= 1.7.0"

[dependencies]
lattice_core = ">= 1.0.0 and < 2.0.0"
lattice_counters = ">= 1.0.0 and < 2.0.0"
lattice_registers = ">= 1.0.0 and < 2.0.0"
lattice_sets = ">= 1.0.0 and < 2.0.0"
lattice_maps = ">= 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"