diff options
Diffstat (limited to 'gleam.toml')
-rw-r--r-- | gleam.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -3,6 +3,8 @@ version = "0.1.0" licences = ["Apache-2.0"] description = "Work with JavaScript types and values in Gleam" +target = "javascript" + repository = { type = "github", user = "gleam-lang", repo = "javascript" } links = [ { title = "Website", href = "https://gleam.run" }, @@ -10,6 +12,7 @@ links = [ ] [dependencies] -gleam_stdlib = "~> 0.18" +gleam_stdlib = "~> 0.19" [dev-dependencies] +gleeunit = "~> 0.6" |