diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2023-08-23 23:13:52 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2023-08-23 23:13:52 +0100 |
commit | 6d295d0bcf23bb4410d6d93435ce53f9670a1d1c (patch) | |
tree | 33ac9652ed41109d425210fabdaf638f92952f0b /compat/lustre_http/manifest.toml | |
parent | c0a3607d41dd24b9ea03425892a361261893d076 (diff) | |
download | lustre-6d295d0bcf23bb4410d6d93435ce53f9670a1d1c.tar.gz lustre-6d295d0bcf23bb4410d6d93435ce53f9670a1d1c.zip |
:ambulance: Update third-party lustre_http package to new api.
Diffstat (limited to 'compat/lustre_http/manifest.toml')
-rw-r--r-- | compat/lustre_http/manifest.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/compat/lustre_http/manifest.toml b/compat/lustre_http/manifest.toml new file mode 100644 index 0000000..7b77a95 --- /dev/null +++ b/compat/lustre_http/manifest.toml @@ -0,0 +1,16 @@ +# This file was generated by Gleam +# You typically do not need to edit this file + +packages = [ + { name = "gleam_json", version = "0.6.0", build_tools = ["gleam"], requirements = ["thoas", "gleam_stdlib"], otp_app = "gleam_json", source = "hex", outer_checksum = "C6CC5BEECA525117E97D0905013AB3F8836537455645DDDD10FE31A511B195EF" }, + { 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" }, + { name = "thoas", version = "0.4.1", build_tools = ["rebar3"], requirements = [], otp_app = "thoas", source = "hex", outer_checksum = "4918D50026C073C4AB1388437132C77A6F6F7C8AC43C60C13758CC0ADCE2134E" }, +] + +[requirements] +gleam_json = { version = "~> 0.6" } +gleam_stdlib = { version = "~> 0.30" } +gleeunit = { version = "~> 0.10" } +lustre = { path = "../../lib" } |