Current section
Files
Jump to
Current section
Files
gleam.toml
name = "pprint"
version = "1.0.6"
description = "Pretty print values with style!"
licences = ["Apache-2.0"]
repository = { type = "github", user = "MystPi", repo = "pprint" }
internal_modules = ["pprint/decoder"]
[dependencies]
gleam_stdlib = ">= 0.50.0 and < 2.0.0"
glam = ">= 2.0.0 and < 3.0.0"
[dev-dependencies]
birdie = ">= 1.3.1 and < 2.0.0"
gleeunit = ">= 1.0.0 and < 2.0.0"