Current section

Files

Jump to
hug gleam.toml
Raw

gleam.toml

name = "hug"
version = "0.1.0"
licences = ["Apache-2.0"]
description = "Helpful and pretty CLI messages"
repository = { type = "github", user = "brettkolodny", repo = "gleam-hug" }
[javascript.deno]
allow_read = ["./gleam.toml", "./test/"]
[dependencies]
gleam_stdlib = "~> 0.26"
gleam_community_ansi = "~> 1.0"
[dev-dependencies]
gleeunit = "~> 0.9"
gleam_erlang = "~> 0.17"