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