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-output / cases / echo_dict / gleam.toml
206 B 10 lines
1# SPDX-License-Identifier: Apache-2.0 2# SPDX-FileCopyrightText: 2024 The Gleam contributors 3 4name = "echo_tuple" 5version = "1.0.0" 6 7[dependencies] 8gleam_stdlib = ">= 0.34.0 and < 2.0.0" 9 10[dev_dependencies]