diff options
author | Louis Pilfold <louis@lpil.uk> | 2022-01-01 19:29:19 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-01-01 19:29:19 +0000 |
commit | 850d26eaaf1c3de9bed14b249b406b19e3b437a4 (patch) | |
tree | b18ac86a30d2e497d33261d2aebe3d7a8e460aeb /gleam.toml | |
parent | ee6fed818f9925df00df129873c6858618d0c92a (diff) | |
download | gleam_json-850d26eaaf1c3de9bed14b249b406b19e3b437a4.tar.gz gleam_json-850d26eaaf1c3de9bed14b249b406b19e3b437a4.zip |
Extra layer of indirection
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" }, |