Current section
Files
Jump to
Current section
Files
gleam.toml
name = "spinner"
version = "1.1.0"
description = "Animated progress spinners for your console"
licences = ["Apache-2.0"]
repository = { type = "github", user = "lpil", repo = "spinner" }
links = [
{ title = "Website", href = "https://gleam.run" },
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]
[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
gleam_erlang = "~> 0.24"
gleam_community_ansi = "~> 1.3"
glearray = "~> 0.2"
repeatedly = "~> 2.1"
[dev-dependencies]
gleeunit = "~> 1.0"