mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-23 15:16:08 +00:00
12 lines
603 B
TOML
12 lines
603 B
TOML
# This file was generated by Gleam
|
|
# You typically do not need to edit this file
|
|
|
|
packages = [
|
|
{ name = "gleam_stdlib", version = "0.19.2", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "FFA79EA12369F122B68885E694E097D6810402A2F86BFF48AAE9E40ACE654F4C" },
|
|
{ name = "gleeunit", version = "0.6.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "77701A5E5A565727E1EEAC9196FB878D544049B6331CD0305B5A69699135EA1C" },
|
|
]
|
|
|
|
[requirements]
|
|
gleam_stdlib = "~> 0.18"
|
|
gleeunit = "~> 0.5"
|