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