Current section

Files

Jump to
glubs gleam.toml
Raw

gleam.toml

name = "glubs"
version = "1.1.0"
description = "WebVTT and SRT parser and serializer."
licences = ["Apache-2.0"]
repository = { type = "github", user = "philipgiuliani", repo = "glubs" }
internal_modules = [
"glubs/internal",
"glubs/internal/*"
]
gleam = ">= 0.32.0"
[dependencies]
gleam_stdlib = "~> 0.35 or ~> 1.0"
[dev-dependencies]
gleeunit = "~> 1.0"
simplifile = "~> 1.0"