aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/gleam.toml b/gleam.toml
index 50955b6..9be28fd 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -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"