-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.toml
More file actions
13 lines (11 loc) · 909 Bytes
/
manifest.toml
File metadata and controls
13 lines (11 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
# This file was generated by Gleam
# You typically do not need to edit this file
packages = [
{ name = "gleam_stdlib", version = "0.59.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "F8FEE9B35797301994B81AF75508CF87C328FE1585558B0FFD188DC2B32EAA95" },
{ name = "gleeunit", version = "1.3.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "A7DD6C07B7DA49A6E28796058AA89E651D233B357D5607006D70619CD89DAAAB" },
{ name = "input", version = "1.0.0", build_tools = ["gleam"], requirements = [], otp_app = "input", source = "hex", outer_checksum = "3BA4EC004F21F815620BEDE1A9349175EE51011EE169DD53C555ACA1B46324EF" },
]
[requirements]
gleam_stdlib = { version = ">= 0.59.0 and < 1.0.0" }
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
input = { version = ">= 1.0.0 and < 2.0.0" }