aboutsummaryrefslogtreecommitdiff
path: root/manifest.toml
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2023-04-27 21:52:15 +0100
committerHayleigh Thompson <me@hayleigh.dev>2023-04-27 21:52:15 +0100
commit10bc93f41efdd9aab25e1e0d29b02b3b961158c5 (patch)
tree9d9c8fc3daf61326b7ebe4781be8d58e7dc8444a /manifest.toml
parent19ec0b446041f77a623e574656442c76d75107ae (diff)
downloadlustre-3.0.0-rc.1.tar.gz
lustre-3.0.0-rc.1.zip
:bookmark: Code for 3.0.0-rc.13.0.0-rc.1
Diffstat (limited to 'manifest.toml')
-rw-r--r--manifest.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifest.toml b/manifest.toml
index 1e8d613..b7394b2 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -2,10 +2,12 @@
# You typically do not need to edit this file
packages = [
+ { name = "gleam_javascript", version = "0.4.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_javascript", source = "hex", outer_checksum = "E0E8D33461776BFCC124838183F85E430D3A71D7318F210C9DE0CFB52E5AC8DE" },
{ name = "gleam_stdlib", version = "0.28.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "1BB6A3E53F7576B9F5C4E5D4AE16487E526BE383B03CBF4068C7DFC77CF38A1C" },
{ name = "gleeunit", version = "0.10.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "ECEA2DE4BE6528D36AFE74F42A21CDF99966EC36D7F25DEB34D47DD0F7977BAF" },
]
[requirements]
+gleam_javascript = "~> 0.4"
gleam_stdlib = "~> 0.28"
gleeunit = "~> 0.6"