Current section

Files

Jump to
beehive gleam.toml
Raw

gleam.toml

name = "beehive"
version = "1.2.0"
description = "A library to create a pool of actors."
licences = ["Apache-2.0"]
repository = { type = "github", user = "Remy2701", repo = "hive" }
[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_deque = ">= 1.0.0 and < 2.0.0"
gleam_time = ">= 1.8.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
logging = ">= 1.5.0 and < 2.0.0"