gleam.toml

name = "glipt"
version = "1.0.0"
description = "A script runner for Gleam — run .gleam files directly without adding them to src/"
licences = ["MIT"]
repository = { type = "github", user = "KIrie-0217", repo = "glipt" }

[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
argv = ">= 1.0.0 and < 2.0.0"
simplifile = ">= 2.0.0 and < 3.0.0"
shellout = ">= 1.6.0 and < 2.0.0"

[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"