Current section

Files

Jump to
trie_again gleam.toml
Raw

gleam.toml

name = "trie_again"
version = "1.0.0"
description = "Tries in Gleam"
licences = ["Apache-2.0"]
repository = { type = "github", user = "giacomocavalieri", repo = "trie_again" }
links = []
[dependencies]
gleam_stdlib = "~> 0.29"
[dev-dependencies]
gleeunit = "~> 0.10"