# SPDX-License-Identifier: Apache-2.0 # SPDX-FileCopyrightText: 2022 The Gleam contributors [package] name = "test-package-compiler" version = "1.17.0" authors = ["Louis Pilfold "] edition = "2024" license = "Apache-2.0" [dependencies] gleam-core = { path = "../compiler-core" } test-helpers-rs = { path = "../test-helpers-rs" } toml.workspace = true im.workspace = true itertools.workspace = true regex.workspace = true camino.workspace = true [dev-dependencies] insta.workspace = true