Current section

Files

Jump to
glimt gleam.toml
Raw

gleam.toml

name = "glimt"
version = "0.2.1"
# 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.25"
gleam_erlang = "~> 0.17"
galant = "~> 0.1"
gleam_otp = "~> 0.5"
birl = "~> 0.4"
gleam_json = "~> 0.5"
[dev-dependencies]
gleeunit = "~> 0.7"
gleam_http = "~> 3.1"