Packages

Cryptography library for Gleam targeting Erlang and JavaScript

Current section

Files

Jump to
kryptos gleam.toml
Raw

gleam.toml

name = "kryptos"
version = "1.2.0"
description = "Cryptography library for Gleam targeting Erlang and JavaScript"
licences = ["Apache-2.0"]
repository = { type = "github", user = "jtdowney", repo = "kryptos" }
[dependencies]
bigi = ">= 4.1.0 and < 5.0.0"
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
[dev-dependencies]
birdie = ">= 1.5.3 and < 2.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
qcheck = ">= 1.0.3 and < 2.0.0"
simplifile = ">= 2.3.2 and < 3.0.0"
unitest = ">= 1.0.0 and < 2.0.0"
[javascript]
runtime = "node"