Current section

Files

Jump to
worldwide gleam.toml
Raw

gleam.toml

name = "worldwide"
version = "2.0.0"
description = "Typed world country data for Gleam, generated on demand into your own project."
licences = ["Apache-2.0"]
repository = { type = "github", user = "matiascr", repo = "worldwide" }
internal_modules = [
"worldwide/internal/*",
"worldwide/pull_countries"
]
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_time = ">= 1.8.0 and < 2.0.0"
gleam_httpc = ">= 5.0.0 and < 6.0.0"
gleam_fetch = ">= 1.4.0 and < 2.0.0"
simplifile = ">= 2.5.0 and < 3.0.0"
filepath = ">= 1.0.0 and < 2.0.0"
argv = ">= 1.0.2 and < 2.0.0"
global_value = ">= 1.0.0 and < 2.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
gleam_http = ">= 4.3.0 and < 5.0.0"
gleam_javascript = ">= 1.0.1 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"