diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2023-12-06 22:02:03 +0000 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2023-12-06 22:02:03 +0000 |
commit | 61b54198fb25423a151b6f86d7d938b64dfe5abc (patch) | |
tree | a2c02e699b8e0055bfed0994ea0e6929d53461df | |
parent | 507257ef238fa59687d33893596539a1ee546426 (diff) | |
download | lustre-61b54198fb25423a151b6f86d7d938b64dfe5abc.tar.gz lustre-61b54198fb25423a151b6f86d7d938b64dfe5abc.zip |
:wrench: Add lustre/try to list of internal modules.
-rw-r--r-- | gleam.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,5 +10,9 @@ links = [ ] gleam = ">= 0.32.0" +internal_modules = [ + "lustre/try", +] + [dependencies] gleam_stdlib = "~> 0.31" |