-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.toml
17 lines (15 loc) · 1.38 KB
/
manifest.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This file was generated by Gleam
# You typically do not need to edit this file
packages = [
{ name = "erlguten", version = "1.0.0", build_tools = ["rebar3"], requirements = [], otp_app = "erlguten", source = "hex", outer_checksum = "3DC17D6B392CD2B5C0990C401F4762910AD969B1FE151351A7BA089E873CCE4D" },
{ name = "gleam_erlang", version = "0.24.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_erlang", source = "hex", outer_checksum = "26BDB52E61889F56A291CB34167315780EE4AA20961917314446542C90D1C1A0" },
{ name = "gleam_stdlib", version = "0.34.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "1FB8454D2991E9B4C0C804544D8A9AD0F6184725E20D63C3155F0AEB4230B016" },
{ name = "gleeunit", version = "1.0.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "D364C87AFEB26BDB4FB8A5ABDE67D635DC9FA52D6AB68416044C35B096C6882D" },
{ name = "simplifile", version = "1.1.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "simplifile", source = "hex", outer_checksum = "88D931B120D27A4C91EF5D6CE18E9C8FFD635D0953DA29EEDCCE93432975D2EC" },
]
[requirements]
erlguten = { version = "~> 1.0" }
gleam_erlang = { version = "~> 0.20" }
gleam_stdlib = { version = "~> 0.30" }
gleeunit = { version = "~> 1.0" }
simplifile = { version = "~> 1.1" }