# SPDX-License-Identifier: Apache-2.0 # SPDX-FileCopyrightText: 2025 The Gleam contributors [package] name = "gleam" version = "1.18.0-rc2" authors = ["Louis Pilfold "] edition = "2024" license = "Apache-2.0" [dependencies] gleam-cli = { path = "../compiler-cli" } [target.'cfg(windows)'.build-dependencies] # For statically linking the VCRuntime on Windows when # using the MSVC toolchain static_vcruntime = "3"