aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
blob: 3642e3a3aa2af3f5ffbe218fe491beaed8fa119b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name = "gleam_json"
version = "0.3.0"
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"
thoas = "~> 0.2"

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