aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
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]