Packages

Base64 is so 1999, isn't there something better?

Current section

Files

Jump to
ecoji gleam.toml
Raw

gleam.toml

name = "ecoji"
version = "1.0.0"
description = "Base64 is so 1999, isn't there something better?"
licences = ["Apache-2.0"]
repository = { type = "github", user = "lpil", repo = "ecoji" }
links = [
{ title = "Website", href = "https://gleam.run" },
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]
[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
[dev-dependencies]
gleeunit = "~> 1.0"