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 / gleam.toml
310 B 10 lines
1# SPDX-License-Identifier: Apache-2.0 2# SPDX-FileCopyrightText: 2025 The Gleam contributors 3 4name = "git_deps" 5version = "0.1.0" 6description = "Test project to test git dependencies" 7licences = ["Apache-2.0"] 8 9[dependencies] 10gleam_stdlib = { git = "https://github.com/gleam-lang/stdlib.git", ref = "957b83b" }