Current section
Files
Jump to
Current section
Files
gleam.toml
name = "tysv"
version = "1.0.0"
description = "Build typed Yielder in Gleam from CSV"
licences = ["EUPL-1.2"]
repository = { type = "sourcehut", user = "mhm", repo = "tysv" }
links = [
{ title = "Project Home", href = "https://sr.ht/~mhm/tysv" }
]
[[documentation.pages]]
title = "Changelog"
path = "CHANGELOG.html"
source = "CHANGELOG.md"
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_yielder = ">= 1.1.0 and < 2.0.0"
file_streams = ">= 2.0.0 and < 3.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"