aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
blob: e9304d88eeb074dc06a44af6d21e1d322b5c2b19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name = "gleam_json"
version = "1.0.1"
gleam = ">= 0.32.0"

target = "javascript"
licences = ["Apache-2.0"]
description = "Work with JSON in Gleam"

repository = { type = "github", user = "gleam-lang", repo = "json" }
links = [
  { title = "Website", href = "https://gleam.run" },
  { title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]

[dependencies]
gleam_stdlib = ">= 0.19.0 and < 2.0.0"
thoas = ">= 0.2.0 and < 2.0.0"

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