gleam.toml
name = "aqueduct"
version = "1.0.0"
description = "Simple and minimal library for creating and working with Streams. Similar to gleam_yielder."
licences = ["Unlicense"]
[repository]
type = "github"
user = "Octaeon"
repo = "aqueduct"
target = "erlang"
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"