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 / external_only_erlang / gleam.toml
216 B 11 lines
1# SPDX-License-Identifier: Apache-2.0 2# SPDX-FileCopyrightText: 2024 The Gleam contributors 3 4name = "external_only_erlang" 5version = "1.0.0" 6target = "erlang" 7 8[dependencies] 9hello_joe = "~> 1.0" 10 11[dev_dependencies]