Current section
Files
Jump to
Current section
Files
gleam.toml
name = "gchess"
version = "0.1.5"
description = "A Gleam project"
licences = ["MIT"]
gleam = ">= 0.32.0"
repository = { type = "github", user = "macroby", repo = "gchess" }
[dependencies]
gleam_stdlib = "~> 0.34"
gleam_otp = "~> 0.6"
gleam_erlang = "~> 0.22"
[dev-dependencies]
gleeunit = "~> 1.0.2"