diff options
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] |