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.1.2"
description = "A Gleam project"
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"