aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2022-01-09 22:32:31 +0000
committerLouis Pilfold <louis@lpil.uk>2022-01-09 22:32:31 +0000
commit07d4c5e55453450013a0e398b9cc85e13c27d10d (patch)
tree79e309880b1620d6525fed29bdc0c1f876f0c262 /gleam.toml
parent850d26eaaf1c3de9bed14b249b406b19e3b437a4 (diff)
downloadgleam_json-07d4c5e55453450013a0e398b9cc85e13c27d10d.tar.gz
gleam_json-07d4c5e55453450013a0e398b9cc85e13c27d10d.zip
decode takes a dynamic decoder
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/gleam.toml b/gleam.toml
index a471dd0..609237b 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -3,8 +3,6 @@ version = "0.2.0"
licences = ["Apache-2.0"]
description = "Work with JSON in Gleam"
-# target = "javascript"
-
repository = { type = "github", user = "gleam", repo = "json" }
links = [
{ title = "Website", href = "https://gleam.run" },
@@ -12,7 +10,7 @@ links = [
]
[dependencies]
-gleam_stdlib = "~> 0.18"
+gleam_stdlib = "~> 0.19"
thoas = "~> 0.2"
[dev-dependencies]