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 / subdir_ffi / gleam.toml
640 B 22 lines
1# SPDX-License-Identifier: Apache-2.0 2# SPDX-FileCopyrightText: 2024 The Gleam contributors 3 4name = "subdir_ffi" 5version = "1.0.0" 6 7# Fill out these fields if you intend to generate HTML documentation or publish 8# your project to the Hex package manager. 9# 10# description = "" 11# licences = ["Apache-2.0"] 12# repository = { type = "github", user = "", repo = "" } 13# links = [{ title = "Website", href = "" }] 14# 15# For a full reference of all the available options, you can have a look at 16# https://gleam.run/writing-gleam/gleam-toml/. 17 18[dependencies] 19gleam_stdlib = ">= 0.34.0 and < 2.0.0" 20 21[dev_dependencies] 22gleeunit = ">= 1.0.0 and < 2.0.0"