Packages

CLI for vendoring Drip elements into a Lustre project.

Current section

Files

Jump to
drip gleam.toml
Raw

gleam.toml

name = "drip"
description = "CLI for vendoring Drip elements into a Lustre project."
version = "1.0.0"
target = "erlang"
licences = ["MIT"]
repository = { type = "github", user = "scott-ray-wilson", repo = "drip", path = "cli" }
links = [{ title = "Website", href = "https://drip.pink" }]
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
glint = ">= 1.3.0 and < 2.0.0"
argv = ">= 1.1.0 and < 2.0.0"
simplifile = ">= 2.4.0 and < 3.0.0"
filepath = ">= 1.1.2 and < 2.0.0"
tomlet = ">= 1.3.0 and < 2.0.0"
gleam_httpc = ">= 5.0.0 and < 6.0.0"
gleam_http = ">= 4.3.0 and < 5.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
gleam_community_ansi = ">= 1.0.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
envoy = ">= 1.2.0 and < 2.0.0"
mist = ">= 6.0.3 and < 7.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"