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 / Cargo.toml
473 B 18 lines
1# SPDX-License-Identifier: Apache-2.0 2# SPDX-FileCopyrightText: 2022 The Gleam contributors 3 4[package] 5name = "test-output" 6version = "1.17.0" 7authors = ["Louis Pilfold <louis@lpil.uk>"] 8edition = "2024" 9license = "Apache-2.0" 10 11[dependencies] 12gleam-core = { path = "../compiler-core" } 13gleam-cli = { path = "../compiler-cli" } 14test-helpers-rs = { path = "../test-helpers-rs" } 15camino = { workspace = true, features = ["serde1"] } 16 17[dev-dependencies] 18insta.workspace = true