diff options
author | Louis Pilfold <louis@lpil.uk> | 2022-01-09 22:32:31 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-01-09 22:32:31 +0000 |
commit | 07d4c5e55453450013a0e398b9cc85e13c27d10d (patch) | |
tree | 79e309880b1620d6525fed29bdc0c1f876f0c262 /gleam.toml | |
parent | 850d26eaaf1c3de9bed14b249b406b19e3b437a4 (diff) | |
download | gleam_json-07d4c5e55453450013a0e398b9cc85e13c27d10d.tar.gz gleam_json-07d4c5e55453450013a0e398b9cc85e13c27d10d.zip |
decode takes a dynamic decoder
Diffstat (limited to 'gleam.toml')
-rw-r--r-- | gleam.toml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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] |