12 lines
659 B
TOML
12 lines
659 B
TOML
|
# This file was generated by Gleam
|
||
|
# You typically do not need to edit this file
|
||
|
|
||
|
packages = [
|
||
|
{ name = "gleam_stdlib", version = "0.40.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "86606B75A600BBD05E539EB59FABC6E307EEEA7B1E5865AFB6D980A93BCB2181" },
|
||
|
{ name = "gleeunit", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "F7A7228925D3EE7D0813C922E062BFD6D7E9310F0BEE585D3A42F3307E3CFD13" },
|
||
|
]
|
||
|
|
||
|
[requirements]
|
||
|
gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" }
|
||
|
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
|