aboutsummaryrefslogtreecommitdiff
path: root/compat/lustre_http/gleam.toml
blob: 19bf4bcc4d3b3b4d8e9ea66993f31088c4d30f63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name = "lustre_http"
version = "0.3.0"
target = "javascript"

licences = ["MIT"]
description = "HTTP requests from lustre"
repository = { type = "custom", url = "https://git.chmeee.org/lustre_http" }
links = [{ title = "Package", href = "https://hex.pm/packages/lustre_http" }]

[dependencies]
gleam_stdlib = "~> 0.30"
gleam_json = "~> 0.6"
lustre = { path = "../../lib" }

[dev-dependencies]
gleeunit = "~> 0.10"