aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2022-01-01 19:29:19 +0000
committerLouis Pilfold <louis@lpil.uk>2022-01-01 19:29:19 +0000
commit850d26eaaf1c3de9bed14b249b406b19e3b437a4 (patch)
treeb18ac86a30d2e497d33261d2aebe3d7a8e460aeb /gleam.toml
parentee6fed818f9925df00df129873c6858618d0c92a (diff)
downloadgleam_json-850d26eaaf1c3de9bed14b249b406b19e3b437a4.tar.gz
gleam_json-850d26eaaf1c3de9bed14b249b406b19e3b437a4.zip
Extra layer of indirection
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" },