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 / assert / gleam.toml
215 B 9 lines
1# SPDX-License-Identifier: Apache-2.0 2# SPDX-FileCopyrightText: 2025 The Gleam contributors 3 4name = "project" 5version = "1.0.0" 6description = "A Gleam project" 7 8[dependencies] 9gleam_stdlib = ">= 0.58.0 and < 2.0.0"