name = "gleamdoc"
version = "0.2.0"
description = "Sparse, terminal-first documentation lookup for Gleam packages"
licences = ["MIT"]
target = "erlang"
repository = { type = "sourcehut", user = "jturner", repo = "gleamdoc" }
links = [{ title = "Source", href = "https://git.sr.ht/~jturner/gleamdoc" }]
[dependencies]
argv = ">= 1.1.0 and < 2.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
gleam_package_interface = ">= 3.0.1 and < 4.0.0"
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
simplifile = ">= 2.4.0 and < 3.0.0"
glint = ">= 1.3.0 and < 2.0.0"
snag = ">= 1.2.0 and < 2.0.0"
filepath = ">= 1.1.2 and < 2.0.0"
gleam_regexp = ">= 1.1.1 and < 2.0.0"
glance = ">= 6.0.0 and < 7.0.0"
glexer = ">= 2.4.0 and < 3.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"