Packages

TOML parser, serializer, and editor for Gleam with comment preservation

Current section

Files

Jump to
spaceship_toml gleam.toml
Raw

gleam.toml

name = "spaceship_toml"
version = "0.1.0"
description = "TOML parser, serializer, and editor for Gleam with comment preservation"
licences = ["Apache-2.0"]
repository = { type = "github", user = "gleam-spaceship", repo = "spaceship_toml" }
links = [{ title = "GitHub", href = "https://github.com/gleam-spaceship/spaceship_toml" }]
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_regexp = ">= 1.1.1 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"