Current section

Files

Jump to
gzlib gleam.toml
Raw

gleam.toml

name = "gzlib"
version = "2.0.0"
description = "zlib utilities for Gleam"
licences = ["MIT"]
repository = { type = "github", user = "LilyRose2798", repo = "gzlib" }
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"