Skip to main content

gleam.toml

name = "gg_cn"
version = "1.0.0"
description = "Pure-Gleam tailwind-merge — clsx join + Tailwind class conflict resolution, ported from cnfast. No FFI, dual-target (JS + BEAM)."
licences = ["MIT"]
repository = { type = "github", user = "gg-gleam", repo = "gg_ui", path = "packages/gg_cn" }
links = [{ title = "Repository", href = "https://github.com/gg-gleam/gg_ui/tree/main/packages/gg_cn" }]

[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_regexp = ">= 1.0.0 and < 2.0.0"
global_value = ">= 1.0.0 and < 2.0.0"

[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
birdie = ">= 1.0.0 and < 2.0.0"