Current section

Files

Jump to
immutable_lru gleam.toml
Raw

gleam.toml

name = "immutable_lru"
version = "1.0.1"
description = "Immutable LRU cache"
licences = ["MIT"]
repository = { type = "github", user = "chrstntdd", repo = "immutable_lru" }
[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
[dev-dependencies]
gleeunit = "~> 1.0"