From 4398f8989fb3daada7aba33ddb4c16d4ec1f5795 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Tue, 11 Jan 2022 20:14:30 +0000 Subject: Latest Gleam --- gleam.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gleam.toml') 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" -- cgit v1.2.3