gleam.toml
name = "gleem"
version = "1.0.5"
description = "A DSL for The Gleam Programming Language. (Please note Gleem is in development, it is not finished or ready for use.)"
licences = ["Apache-2.0"]
repository = { type = "github", user = "Thebugcanfly13", repo = "gleem" }
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_community_ansi = ">= 1.5.0 and < 2.0.0"
argv = ">= 1.1.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"