Packages

WinterCG compatible interface for creating event-driven servers in Gleam

Current section

Files

Jump to
fetch_event gleam.toml
Raw

gleam.toml

name = "fetch_event"
version = "0.0.0"
description = "WinterCG compatible interface for creating event-driven servers in Gleam"
licences = ["MIT"]
repository = { type = "github", user = "joshgillies", repo = "fetch_event" }
links = [{ title = "Website", href = "https://gleam.run" }]
gleam = "~> 1.0"
target = "javascript"
[javascript]
runtime = "deno"
typescript_declarations = true
[javascript.deno]
allow_read = ["gleam.toml", "test", "build"]
allow_net = ["deno.land"]
# location = ["http://localhost:8000"]
[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
gleam_http = "~> 3.6"
gleam_javascript = "~> 0.8"
[dev-dependencies]
gleeunit = "~> 1.0"