Current section
Files
Jump to
Current section
Files
gleam.toml
name = "tysv"
version = "0.2.0"
description = "Convert CSV to a typed list in Gleam"
licences = ["EUPL-1.2"]
repository = { type = "sourcehut", user = "mhm", repo = "tysv" }
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_yielder = ">= 1.1.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"