diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-01-27 17:27:03 +0000 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-01-27 17:27:03 +0000 |
commit | dcad7a49d0fa9d17f5e8c8e7677548be2967f364 (patch) | |
tree | 11589f10c2421f90cc4c36c41507a46b63d83dab /gleam.toml | |
parent | afb57d6dbdeb1628d420411a41fdbbd479b6732f (diff) | |
download | lustre-dcad7a49d0fa9d17f5e8c8e7677548be2967f364.tar.gz lustre-dcad7a49d0fa9d17f5e8c8e7677548be2967f364.zip |
:truck: Move runtime module into internals/.
Diffstat (limited to 'gleam.toml')
-rw-r--r-- | gleam.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -13,7 +13,6 @@ gleam = ">= 0.33.0" internal_modules = [ "lustre/internals", "lustre/internals/*", - "lustre/runtime", "lustre/try", ] |