Current section

Files

Jump to
frac gleam.toml
Raw

gleam.toml

name = "frac"
version = "2.0.0"
description = "🧮 Fractions in Gleam"
licences = ["Apache-2.0"]
repository = { type = "github", user = "giacomocavalieri", repo = "frac" }
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"