diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2023-08-23 23:09:16 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2023-08-23 23:09:16 +0100 |
commit | c0a3607d41dd24b9ea03425892a361261893d076 (patch) | |
tree | 7387b86b55e48649aa5afb45df37193d72aa930b /compat/lustre_websocket/manifest.toml | |
parent | 21d59712dd56909293b3804b1d89320216f6906a (diff) | |
download | lustre-c0a3607d41dd24b9ea03425892a361261893d076.tar.gz lustre-c0a3607d41dd24b9ea03425892a361261893d076.zip |
:ambulance: Update third-party lustre_websocket package to new api.
Diffstat (limited to 'compat/lustre_websocket/manifest.toml')
-rw-r--r-- | compat/lustre_websocket/manifest.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/compat/lustre_websocket/manifest.toml b/compat/lustre_websocket/manifest.toml new file mode 100644 index 0000000..7cf6fc0 --- /dev/null +++ b/compat/lustre_websocket/manifest.toml @@ -0,0 +1,13 @@ +# This file was generated by Gleam +# You typically do not need to edit this file + +packages = [ + { name = "gleam_stdlib", version = "0.30.1", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "704258528887F95075FFED7AAE1CCF836A9B88E3AADA2F69F9DA15815F94A4F9" }, + { name = "gleeunit", version = "0.11.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "1397E5C4AC4108769EE979939AC39BF7870659C5AFB714630DEEEE16B8272AD5" }, + { name = "lustre", version = "3.0.0-rc.8", build_tools = ["gleam"], requirements = ["gleam_stdlib"], source = "local", path = "/Users/hayleigh/dev/gleam/lustre/lib" }, +] + +[requirements] +gleam_stdlib = { version = "~> 0.30" } +gleeunit = { version = "~> 0.10" } +lustre = { path = "../../lib" } |