Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

gleam / compiler-cli / test / hello_world / manifest.toml
726 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.34.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "1FB8454D2991E9B4C0C804544D8A9AD0F6184725E20D63C3155F0AEB4230B016" }, 9 { name = "gleeunit", version = "0.11.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "1397E5C4AC4108769EE979939AC39BF7870659C5AFB714630DEEEE16B8272AD5" }, 10] 11 12[requirements] 13gleam_stdlib = { version = "~> 0.28" } 14gleeunit = { version = "~> 0.10" }