-
Notifications
You must be signed in to change notification settings - Fork 5
/
manifest.toml
24 lines (22 loc) · 1008 Bytes
/
manifest.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# This file was generated by Gleam
# You typically do not need to edit this file
packages = [
{ name = "gleam_stdlib", version = "0.36.0", build_tools = [
"gleam",
], requirements = [
], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "C0D14D807FEC6F8A08A7C9EF8DFDE6AE5C10E40E21325B2B29365965D82EB3D4" },
{ name = "gleeunit", version = "1.0.2", build_tools = [
"gleam",
], requirements = [
"gleam_stdlib",
], otp_app = "gleeunit", source = "hex", outer_checksum = "D364C87AFEB26BDB4FB8A5ABDE67D635DC9FA52D6AB68416044C35B096C6882D" },
{ name = "non_empty_list", version = "1.1.1", build_tools = [
"gleam",
], requirements = [
"gleam_stdlib",
], otp_app = "non_empty_list", source = "hex", outer_checksum = "35FA1A6EF3407A13E2A98046465AB107417F7A47992F0BA42D11BD7B3F8AE4BE" },
]
[requirements]
gleam_stdlib = { version = "~> 0.38" }
gleeunit = { version = "~> 1.0" }
non_empty_list = { version = ">= 2.0.0 and < 3.0.0" }