Current section

Files

Jump to
glimt gleam.toml
Raw

gleam.toml

name = "glimt"
version = "0.4.0"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
licences = ["Apache-2.0"]
description = "A Gleam library for logging"
repository = { type = "github", user = "JohnBjrk", repo = "glimt" }
[dependencies]
gleam_stdlib = "~> 0.28"
gleam_erlang = "~> 0.18"
gleam_otp = "~> 0.5"
birl = "~> 0.8"
gleam_json = "~> 0.5"
gleam_community_ansi = "~> 1.1"
[dev-dependencies]
showtime = "~> 0.1"
gleam_http = "~> 3.1"