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