aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2023-12-06 22:02:03 +0000
committerHayleigh Thompson <me@hayleigh.dev>2023-12-06 22:02:03 +0000
commit61b54198fb25423a151b6f86d7d938b64dfe5abc (patch)
treea2c02e699b8e0055bfed0994ea0e6929d53461df
parent507257ef238fa59687d33893596539a1ee546426 (diff)
downloadlustre-61b54198fb25423a151b6f86d7d938b64dfe5abc.tar.gz
lustre-61b54198fb25423a151b6f86d7d938b64dfe5abc.zip
:wrench: Add lustre/try to list of internal modules.
-rw-r--r--gleam.toml4
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"