Current section
Files
Jump to
Current section
Files
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"