Current section
Files
Jump to
Current section
Files
gleam.toml
name = "drift"
version = "1.0.0"
description = """Define pure functional cores in target-agnostic Gleam,\
which can wrapped to run on both the Erlang and JS targets."""
licences = ["Apache-2.0"]
repository = { type = "github", user = "sbergen", repo = "drift", path = "drift" }
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
exemplify = { path = "../dev/exemplify" }