-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.toml
19 lines (17 loc) · 1.61 KB
/
manifest.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# This file was generated by Gleam
# You typically do not need to edit this file
packages = [
{ name = "filepath", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "filepath", source = "hex", outer_checksum = "EFB6FF65C98B2A16378ABC3EE2B14124168C0CE5201553DE652E2644DCFDB594" },
{ name = "gleam_stdlib", version = "0.38.0", build_tools = ["gleam"], requirements = [], source = "local", path = "external/stdlib" },
{ name = "glistix_gleeunit", version = "1.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "glistix_gleeunit", source = "hex", outer_checksum = "6FE984935DCF11DB7E4F2A6D1F8812334F30EBCC62A0CE718D22BA01F7777137" },
{ name = "htmb", version = "1.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "htmb", source = "hex", outer_checksum = "30D448F0E15DFCF7283AAAC2F351D77B9D54E318219C9FDDB1877572B67C27B7" },
{ name = "simplifile", version = "2.2.0", build_tools = ["gleam"], requirements = ["filepath", "gleam_stdlib"], otp_app = "simplifile", source = "hex", outer_checksum = "0DFABEF7DC7A9E2FF4BB27B108034E60C81BEBFCB7AB816B9E7E18ED4503ACD8" },
{ name = "snag", version = "0.3.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "snag", source = "hex", outer_checksum = "54D32E16E33655346AA3E66CBA7E191DE0A8793D2C05284E3EFB90AD2CE92BCC" },
]
[requirements]
filepath = { version = ">= 1.0.0 and < 2.0.0" }
gleam_stdlib = { path = "./external/stdlib" }
glistix_gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
htmb = { version = "~> 1.1" }
simplifile = { version = ">= 2.2.0 and < 3.0.0" }
snag = { version = "~> 0.2" }