diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-05-23 19:24:29 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-05-23 19:32:48 +0100 |
commit | 9753cfad7d937c42db64baee5b9cc818effe984b (patch) | |
tree | 62f4aa9582a2c3d60ca832bbccb1160d5c124822 /gleam.toml | |
parent | 1979919b792910e6c75f3e28596f017d980b45ee (diff) | |
download | gleam_json-9753cfad7d937c42db64baee5b9cc818effe984b.tar.gz gleam_json-9753cfad7d937c42db64baee5b9cc818effe984b.zip |
Encoding also!
Diffstat (limited to 'gleam.toml')
-rw-r--r-- | gleam.toml | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2,7 +2,6 @@ name = "gleam_json" version = "1.0.1" gleam = ">= 0.32.0" -target = "javascript" licences = ["Apache-2.0"] description = "Work with JSON in Gleam" @@ -14,7 +13,6 @@ links = [ [dependencies] gleam_stdlib = ">= 0.19.0 and < 2.0.0" -thoas = ">= 0.2.0 and < 2.0.0" [dev-dependencies] gleeunit = "~> 1.0" |