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

Configure Feed

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

gleam / benchmark / list / manifest.toml
750 B 14 lines
1# SPDX-License-Identifier: Apache-2.0 2# SPDX-FileCopyrightText: 2025 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.59.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "F8FEE9B35797301994B81AF75508CF87C328FE1585558B0FFD188DC2B32EAA95" }, 9 { name = "gleamy_bench", version = "0.6.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleamy_bench", source = "hex", outer_checksum = "DEF68E4B097A56781282F0F9D48371A0ABBCDDCF89CAD05B28C3BEDD6B2E8DF3" }, 10] 11 12[requirements] 13gleam_stdlib = { version = "~> 0.28" } 14gleamy_bench = { version = ">= 0.6.0 and < 1.0.0" }