Packages

Create a gleaming trail of application logs

Current section

Files

Jump to
comet gleam.toml
Raw

gleam.toml

name = "comet"
version = "0.1.0"
description = "Create a gleaming trail of application logs"
licences = ["MIT"]
repository = { type = "github", user = "bnprtr", repo = "comet" }
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
gleam_json = ">= 1.0.0 and < 2.0.0"
birl = ">= 1.6.1 and < 2.0.0"
gleam_erlang = ">= 0.25.0 and < 1.0.0"
gleam_otp = ">= 0.10.0 and < 1.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"