Fork of daniellemaywood.uk/gleam — Wasm codegen work
1

Configure Feed

Select the types of activity you want to include in your feed.

gleam / gleam-bin / Cargo.toml
431 B 17 lines
1# SPDX-License-Identifier: Apache-2.0 2# SPDX-FileCopyrightText: 2025 The Gleam contributors 3 4[package] 5name = "gleam" 6version = "1.18.0-rc2" 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"