Fork of daniellemaywood.uk/gleam — Wasm codegen work
505 B
21 lines
1# SPDX-License-Identifier: Apache-2.0
2# SPDX-FileCopyrightText: 2022 The Gleam contributors
3
4[package]
5name = "test-package-compiler"
6version = "1.17.0"
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