Current section

Files

Jump to
emojindex gleam.toml
Raw

gleam.toml

name = "emojindex"
version = "3.0.2"
description = "An ergonomic emoji index library for the Gleam programming language"
licences = ["MIT"]
repository = { type = "codeberg", user = "nnb", repo = "emojindex" }
links = [
{ title = "Emojindex", href = "https://hexdocs.pm/emojindex" },
{ title = "Emojindex Kitchen", href = "https://hexdocs.pm/emojindex_kitchen" },
]
internal_modules = ["emojindex/internal"]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"