Fork of daniellemaywood.uk/gleam — Wasm codegen work
477 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.18.0-rc1"
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