Current section
Files
Jump to
Current section
Files
file_streams
gleam.toml
gleam.toml
name = "file_streams"
version = "1.2.2"
description = "Gleam library for working with file streams."
licences = ["MIT"]
repository = { type = "github", user = "richard-viney", repo = "file_streams" }
links = [
{ title = "Website", href = "https://github.com/richard-viney/file_streams" },
]
[dependencies]
gleam_stdlib = ">= 0.41.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.2.0 and < 2.0.0"
simplifile = ">= 2.0.1 and < 3.0.0"
[javascript]
deno = { allow_read = true, allow_write = true }