aboutsummaryrefslogtreecommitdiff
path: root/example/manifest.toml
diff options
context:
space:
mode:
authorFilip Figiel <figiel.filip@gmail.com>2022-05-23 20:36:17 +0200
committerGitHub <noreply@github.com>2022-05-23 19:36:17 +0100
commit03030ea62b59e859e068aa76eb1692dd1ef807f7 (patch)
tree5ae3914488446e52ebc27f341e9d10942ad01bb9 /example/manifest.toml
parentcb67e922d996077154dfdd05961071b2cc8cc7fc (diff)
downloadlustre-03030ea62b59e859e068aa76eb1692dd1ef807f7.tar.gz
lustre-03030ea62b59e859e068aa76eb1692dd1ef807f7.zip
🔀📝 add a fully-fledged example project (#2)
* docs: add a full-fledged example project * fix: use correct script path * docs: improve example readme commands * chore: ignore the dist folder * chore: cleanup the makefile
Diffstat (limited to 'example/manifest.toml')
-rw-r--r--example/manifest.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/example/manifest.toml b/example/manifest.toml
new file mode 100644
index 0000000..0240040
--- /dev/null
+++ b/example/manifest.toml
@@ -0,0 +1,13 @@
+# This file was generated by Gleam
+# You typically do not need to edit this file
+
+packages = [
+ { name = "gleam_stdlib", version = "0.21.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "FB03CD50B477867DA65B1318252ABA02F76175754762D15BF6C792CF5B85BCC4" },
+ { name = "gleeunit", version = "0.6.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "5BF486C3E135B7F5ED8C054925FC48E5B2C79016A39F416FD8CF2E860520EE55" },
+ { name = "lustre", version = "1.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "lustre", source = "hex", outer_checksum = "ECCB3E7EB93D7BDAAAE0EC2035C026E070542FDB8404A6A3AAE1CE274345E91E" },
+]
+
+[requirements]
+gleam_stdlib = "~> 0.21"
+gleeunit = "~> 0.6"
+lustre = "~> 1.1"