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
326 B 18 lines
1[package] 2name = "test-helpers-rs" 3version = "0.1.0" 4edition = "2024" 5license = "Apache-2.0" 6 7[dependencies] 8gleam-core = { path = "../compiler-core" } 9walkdir = "2" 10 11toml.workspace = true 12im.workspace = true 13itertools.workspace = true 14regex.workspace = true 15camino.workspace = true 16 17[dev-dependencies] 18insta.workspace = true