From 72f64a5192da97307156c1529838556f15e94ffa Mon Sep 17 00:00:00 2001 From: Andy Thompson Date: Fri, 11 Feb 2022 01:00:55 +0000 Subject: :tada: Init repo. --- gleam.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 gleam.toml (limited to 'gleam.toml') 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" -- cgit v1.2.3