Skip to main content

gleam.toml

# Documentation and human-facing data
name = "mesv"
version = "0.1.1"

description = "Type-focused CSV parsing and formatting library with extensive configuration options and documentation examples."

licences = ["Unlicense"]

[repository]
type = "github"
user = "Octaeon"
repo = "mesv"

# I'm pretty sure the link to the Hex page, Hexdocs page and repository will be automatically generated once I publish?
# links = [{ title = "Website", href = "" }]

# Code declarations
target = "erlang"
internal_modules = ["mesv/util"]

[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"

[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"