Packages

A simple Gleam box drawing library

Current section

Files

Jump to
wink gleam.toml
Raw

gleam.toml

name = "wink"
version = "1.0.2"
description = "A simple Gleam box drawing library"
licences = ["GPL-3.0"]
repository = { type = "github", user = "MAHcodes", repo = "wink" }
[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
[dev-dependencies]
gleeunit = "~> 1.0"
birdie = "~> 1.1"