gleam.toml
name = "gliff"
version = "1.1.0"
description = "A text diffing library for Gleam — Myers diff, Patience diff, unified format, patch, semantic cleanup, inline highlighting, ANSI color output, fuzzy patch, and 3-way merge."
licences = ["MIT"]
[repository]
type = "github"
user = "KIrie-0217"
repo = "gliff"
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"