Current section

Files

Jump to
sketch gleam.toml
Raw

gleam.toml

name = "sketch"
version = "4.2.0"
description = "A CSS-in-Gleam package, foundation for CSS packages!"
internal_modules = ["sketch/internals", "sketch/internals/*"]
licences = ["MIT"]
gleam = ">= 1.11.0"
[[links]]
title = "Sponsor"
href = "https://github.com/sponsors/ghivert"
[repository]
type = "github"
user = "ghivert"
repo = "sketch"
path = "sketch"
[dependencies]
gleam_erlang = ">= 1.0.0 and < 2.0.0"
gleam_otp = ">= 1.0.0 and < 2.0.0"
gleam_stdlib = ">= 0.60.0 and < 1.0.0"
murmur3a = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
birdie = ">= 1.2.5 and < 2.0.0"
gleeunit = ">= 1.5.0 and < 2.0.0"