Packages

Byte quantity handling and formatting in Gleam

Current section

Files

Jump to
bytesize gleam.toml
Raw

gleam.toml

name = "bytesize"
version = "1.0.0"
description = "Byte quantity handling and formatting in Gleam"
licences = ["Apache-2.0"]
repository = { type = "github", user = "wezm", repo = "gleam_bytesize" }
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"