index
:
lustre
main
gleam lustre
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
gleam.toml
4
1 files changed, 4 insertions, 0 deletions
diff --git a/gleam.toml b/gleam.toml
index a2eac7b..96fd6bd 100644
--- a/
gleam.toml
+++ b/
gleam.toml
@@ -10,5 +10,9 @@ links = [
]
gleam = ">= 0.32.0"
+internal_modules = [
+ "lustre/try",
+]
+
[dependencies]
gleam_stdlib = "~> 0.31"