Current section
Files
Jump to
Current section
Files
gleam.toml
name = "gsv"
version = "0.1.0"
description = "A simple csv parser and generator written in gleam "
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
licences = ["Apache-2.0"]
repository = { type = "github", user = "bcpeinhardt", repo = "gsv" }
internal_modules = [
"gsv/internal",
"gsv/internal/*",
]
[dependencies]
gleam_stdlib = "~> 0.28"
[dev-dependencies]
gleeunit = "~> 0.10"