Current section
Files
Jump to
Current section
Files
gleam.toml
name = "bankai"
version = "0.2.0"
description = "Content-addressed task-memory graph for distributed AI agent swarms (Gleam OTP + gleamunison)"
licences = ["Apache-2.0"]
repository = { type = "github", user = "moneyacademyKE", repo = "bankai" }
target = "erlang"
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
gleam_otp = ">= 1.2.0 and < 2.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
simplifile = ">= 2.4.0 and < 3.0.0"
gleam_crypto = ">= 1.5.1 and < 2.0.0"
aarondb = "4.2.0"
gleamunison = ">= 3.11.0 and < 4.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"