gleam.toml
name = "witness"
version = "1.2.0"
licenses = ["EUPL-1.2"]
description = "Yet another structured logging library"
[repository]
type = "tangled"
user = "ollie.earth"
repo = "witness"
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
logging = ">= 1.5.0 and < 2.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
gleam_time = ">= 1.8.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"