diff options
Diffstat (limited to 'gleam.toml')
-rw-r--r-- | gleam.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" }, |