aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-05-23 19:02:55 +0100
committerLouis Pilfold <louis@lpil.uk>2024-05-23 19:32:48 +0100
commit1979919b792910e6c75f3e28596f017d980b45ee (patch)
treee59fae108e195b6edc22bfc13181b2e2dcd7cd59 /gleam.toml
parentefe70ef04ae57bca78344cd13ccf4e40eac3ed21 (diff)
downloadgleam_json-1979919b792910e6c75f3e28596f017d980b45ee.tar.gz
gleam_json-1979919b792910e6c75f3e28596f017d980b45ee.zip
Decoding
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/gleam.toml b/gleam.toml
index cfb5fca..e9304d8 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -2,6 +2,7 @@ name = "gleam_json"
version = "1.0.1"
gleam = ">= 0.32.0"
+target = "javascript"
licences = ["Apache-2.0"]
description = "Work with JSON in Gleam"