gleam.toml
name = "twister"
version = "1.0.0"
description = "Minimal library for creating and running permutations on Lists while ensuring runtime safety."
licences = ["Unlicense"]
[repository]
type = "github"
user = "Octaeon"
repo = "twister"
target = "erlang"
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"