aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorAndy Thompson <andrew.thompson@qmul.ac.uk>2022-02-11 01:00:55 +0000
committerAndy Thompson <andrew.thompson@qmul.ac.uk>2022-02-11 01:00:55 +0000
commit72f64a5192da97307156c1529838556f15e94ffa (patch)
tree422c7e10dbab6ed9f52498971c111c0c2420dce6 /gleam.toml
downloadlustre-72f64a5192da97307156c1529838556f15e94ffa.tar.gz
lustre-72f64a5192da97307156c1529838556f15e94ffa.zip
:tada: Init repo.
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/gleam.toml b/gleam.toml
new file mode 100644
index 0000000..17384db
--- /dev/null
+++ b/gleam.toml
@@ -0,0 +1,18 @@
+name = "lustre"
+version = "0.1.0"
+
+target = "javascript"
+
+# Fill out these fields if you intend to generate HTML documentation or publish
+# your project to the Hex package manager.
+#
+# licences = ["Apache-2.0"]
+# description = "A Gleam library..."
+# repository = { type = "github", user = "username", repo = "project" }
+# links = [{ title = "Website", href = "https://gleam.run" }]
+
+[dependencies]
+gleam_stdlib = "~> 0.19"
+
+[dev-dependencies]
+gleeunit = "~> 0.6"