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-helpers-rs / Cargo.toml
419 B 21 lines
1# SPDX-License-Identifier: Apache-2.0 2# SPDX-FileCopyrightText: 2022 The Gleam contributors 3 4[package] 5name = "test-helpers-rs" 6version = "0.1.0" 7edition = "2024" 8license = "Apache-2.0" 9 10[dependencies] 11gleam-core = { path = "../compiler-core" } 12walkdir = "2" 13 14toml.workspace = true 15im.workspace = true 16itertools.workspace = true 17regex.workspace = true 18camino.workspace = true 19 20[dev-dependencies] 21insta.workspace = true