Fork of daniellemaywood.uk/gleam — Wasm codegen work
752 B
14 lines
1# SPDX-License-Identifier: Apache-2.0
2# SPDX-FileCopyrightText: 2021 The Gleam contributors
3
4# This file was generated by Gleam
5# You typically do not need to edit this file
6
7packages = [
8 { name = "gleam_stdlib", version = "0.58.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "091F2D2C4A3A4E2047986C47E2C2C9D728A4E068ABB31FDA17B0D347E6248467" },
9 { name = "gleeunit", version = "1.3.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "0E6C83834BA65EDCAAF4FE4FB94AC697D9262D83E6F58A750D63C9F6C8A9D9FF" },
10]
11
12[requirements]
13gleam_stdlib = { version = ">= 0.58.0 and < 2.0.0" }
14gleeunit = { version = ">= 1.0.0 and < 2.0.0" }