Current section
Files
Jump to
Current section
Files
gleam.toml
name = "starfuzz"
version = "0.1.0"
description = "Fuzzy string matching, distance, similarity, ranking, and entity resolution in Gleam"
licences = ["MIT"]
repository = { type = "github", user = "gleam-foundry", repo = "starfuzz" }
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"