Packages

A package to deal with remote data in Gleam

Current section

Files

Jump to
remote_data gleam.toml
Raw

gleam.toml

name = "remote_data"
version = "1.0.0"
description = "A package to deal with remote data in Gleam"
licences = ["Apache-2.0"]
repository = { type = "github", user = "Massolari", repo = "remote_data" }
# links = [{ title = "Website", href = "https://gleam.run" }]
#
# 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 or ~> 1.0"
[dev-dependencies]
gleeunit = "~> 1.0"