Current section
Files
Jump to
Current section
Files
gleam.toml
name = "hug"
version = "1.0.0"
licences = ["Apache-2.0"]
description = "Helpful and pretty CLI messages"
repository = { type = "github", user = "brettkolodny", repo = "gleam-hug" }
gleam = ">= 0.33.0"
[javascript.deno]
allow_read = ["./gleam.toml", "./test/"]
[dependencies]
gleam_stdlib = "~> 0.34.0"
gleam_community_ansi = "~> 1.3"
gleam_community_colour = "~> 1.3"
[dev-dependencies]
gleeunit = "~> 1.0"