Current section
Files
Jump to
Current section
Files
gleam.toml
name = "glimt"
version = "0.3.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.27"
gleam_erlang = "~> 0.18"
galant = "~> 0.1"
gleam_otp = "~> 0.5"
birl = "~> 0.6"
gleam_json = "~> 0.5"
[dev-dependencies]
gleeunit = "~> 0.7"
gleam_http = "~> 3.1"