Current section
Files
Jump to
Current section
Files
gleam.toml
name = "birch"
version = "0.1.0"
description = "A logging library for Gleam with cross-platform support"
licences = ["MIT"]
repository = { type = "github", user = "tylerbutler", repo = "birch" }
gleam = ">= 1.7.0"
# Internal modules are not part of the public API
internal_modules = ["birch/internal", "birch/internal/*"]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 1.0.0"
gleam_json = ">= 2.0.0 and < 4.0.0"
simplifile = ">= 2.0.0 and < 3.0.0"
gleam_otp = ">= 1.0.0 and < 2.0.0"
gleam_erlang = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
qcheck = ">= 1.0.0 and < 2.0.0"