Current section

Files

Jump to
gloml gleam.toml
Raw

gleam.toml

name = "gloml"
version = "0.1.0-b1"
description = "A gleam library for parsing toml."
licences = ["MIT"]
repository = { type = "github", user = "lunarmagpie", repo = "gloml" }
links = [{ title = "Website", href = "https://github.com/lunarmagpie.gloml" }]
[dependencies]
gleam_stdlib = "~> 0.26"
toml = "~> 0.7"
[dev-dependencies]
gleeunit = "~> 0.10"