aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2022-01-07 19:15:02 +0000
committerLouis Pilfold <louis@lpil.uk>2022-01-07 19:15:02 +0000
commit0dc5e5234e14d915d61c75c36ddeae9e317bdd3c (patch)
tree65978fb64161c9e586c5d13082870e5dd1cf3e11 /gleam.toml
parentd8eea4db4773cad9e5fbdc9cc9986147db257fb6 (diff)
downloadjavascript-0dc5e5234e14d915d61c75c36ddeae9e317bdd3c.tar.gz
javascript-0dc5e5234e14d915d61c75c36ddeae9e317bdd3c.zip
gleam.toml
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/gleam.toml b/gleam.toml
new file mode 100644
index 0000000..50955b6
--- /dev/null
+++ b/gleam.toml
@@ -0,0 +1,15 @@
+name = "gleam_javascript"
+version = "0.1.0"
+licences = ["Apache-2.0"]
+description = "Work with JavaScript types and values in Gleam"
+
+repository = { type = "github", user = "gleam-lang", repo = "javascript" }
+links = [
+ { title = "Website", href = "https://gleam.run" },
+ { title = "Sponsor", href = "https://github.com/sponsors/lpil" },
+]
+
+[dependencies]
+gleam_stdlib = "~> 0.18"
+
+[dev-dependencies]