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

Configure Feed

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

gleam / test / project_git_deps / manifest.toml
504 B 12 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.54.0", build_tools = ["gleam"], requirements = [], source = "git", repo = "https://github.com/gleam-lang/stdlib.git", commit = "957b83bbb6103aa0d96c148ce7409243681cf1ab" }, 9] 10 11[requirements] 12gleam_stdlib = { git = "https://github.com/gleam-lang/stdlib.git", ref = "957b83b" }