-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmanifest.toml
15 lines (13 loc) · 1.21 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_http", version = "4.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_http", source = "hex", outer_checksum = "0A62451FC85B98062E0907659D92E6A89F5F3C0FBE4AB8046C99936BF6F91DBC" },
{ name = "gleam_javascript", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_javascript", source = "hex", outer_checksum = "EF6C77A506F026C6FB37941889477CD5E4234FCD4337FF0E9384E297CB8F97EB" },
{ name = "gleam_stdlib", version = "0.54.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "723BA61A2BAE8D67406E59DD88CEA1B3C3F266FC8D70F64BE9FEC81B4505B927" },
{ name = "gleeunit", version = "1.3.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "0E6C83834BA65EDCAAF4FE4FB94AC697D9262D83E6F58A750D63C9F6C8A9D9FF" },
]
[requirements]
gleam_http = { version = ">= 3.1.0 and < 5.0.0" }
gleam_javascript = { version = ">= 0.3.0 and < 2.0.0" }
gleam_stdlib = { version = ">= 0.32.0 and < 2.0.0" }
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }