Current section
Files
Jump to
Current section
Files
gleam.toml
name = "glriff"
version = "1.0.0"
description = "A library to express RIFF format in pure Gleam-lang"
licenses = ["Apache-2.0"]
repository = { type = "github", user = "haruki7049", repo = "glriff" }
# 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"
simplifile = ">= 2.3.1 and < 3.0.0"