aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/gleam.toml b/gleam.toml
index babc74e..a0331e3 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -11,10 +11,16 @@ links = [
gleam = ">= 0.33.0"
internal_modules = [
+ "lustre/internals",
+ "lustre/internals/*",
+ "lustre/runtime",
"lustre/try",
]
[dependencies]
+gleam_erlang = "~> 0.23"
+gleam_json = "~> 0.7"
+gleam_otp = "~> 0.8"
gleam_stdlib = "~> 0.34"
gleam_community_ansi = "~> 1.3"
glint = "~> 0.14"