Packages

An in-memory datastructure key-value store similar to Redis

Current section

Files

Jump to
keystore gleam.toml
Raw

gleam.toml

name = "keystore"
version = "1.0.0"
description = "An in-memory datastructure key-value store similar to Redis"
licences = ["MIT"]
repository = { type = "github", user = "Caleb-o", repo = "keystore" }
links = [{ title = "Github", href = "https://github.com/Caleb-o" }]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_time = ">= 1.4.0 and < 2.0.0"
slabs = ">= 1.1.1 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"