Fork of daniellemaywood.uk/gleam — Wasm codegen work
1# SPDX-License-Identifier: Apache-2.0
2# SPDX-FileCopyrightText: 2025 The Gleam contributors
3
4[package]
5name = "gleam"
6version = "1.17.0"
7authors = ["Louis Pilfold <louis@lpil.uk>"]
8edition = "2024"
9license = "Apache-2.0"
10
11[dependencies]
12gleam-cli = { path = "../compiler-cli" }
13
14[target.'cfg(windows)'.build-dependencies]
15# For statically linking the VCRuntime on Windows when
16# using the MSVC toolchain
17static_vcruntime = "3"