aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/gleam.toml b/gleam.toml
index 1e65d33..a471dd0 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -3,6 +3,8 @@ 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" },