forked from gleam-lang/httpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.toml
15 lines (13 loc) · 1.08 KB
/
manifest.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This file was generated by Gleam
# You typically do not need to edit this file
packages = [
{ name = "gleam_erlang", version = "0.4.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_erlang", source = "hex", outer_checksum = "67A456C0D3908050C869D19721BAE300C6C4ED41BFC034CC80DF7828EAB5E183" },
{ name = "gleam_http", version = "2.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_http", source = "hex", outer_checksum = "C2DF02A2BD551B590D92ADA90A67CDEE60EB4BAD48B5EE10A9AB4CE180CBCE36" },
{ name = "gleam_stdlib", version = "0.18.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "2938F996BBB25D75E973226846CDDFA33AB5590AFC8A9D043A356EA85272510D" },
{ name = "gleeunit", version = "0.4.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "E8FDD4E31E0BBB87F625B0BB4DEABDE780180F1C2B15A4534442823066468638" },
]
[requirements]
gleam_erlang = "~> 0.4"
gleam_http = "~> 2.0"
gleam_stdlib = "~> 0.18"
gleeunit = "~> 0.1"