Current section

Files

Jump to
sketch gleam.toml
Raw

gleam.toml

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