Packages

Dahlia  a simple text formatting package, inspired by the game Minecraft.

Current section

Files

Jump to
dahlia gleam.toml
Raw

gleam.toml

name = "dahlia"
version = "0.2.0"
description = "Dahlia — a simple text formatting package, inspired by the game Minecraft."
licences = ["WTFPL"]
repository = { type = "github", user = "dahlia-lib", repo = "dahlia-gleam" }
links = [{ title = "Website", href = "https://github.com/dahlia-lib/dahlia-gleam" }]
[dependencies]
gleam_stdlib = "~> 0.27"
gleam_erlang = "~> 0.18"
[dev-dependencies]
gleeunit = "~> 0.10"