Fork of daniellemaywood.uk/gleam — Wasm codegen work
1[package]
2name = "gleam"
3version = "1.11.1"
4authors = ["Louis Pilfold <louis@lpil.uk>"]
5edition = "2024"
6license-file = "LICENCE"
7
8[dependencies]
9gleam-cli = { path = "../compiler-cli" }
10
11[target.'cfg(windows)'.build-dependencies]
12# For statically linking the VCRuntime on Windows when
13# using the MSVC toolchain
14static_vcruntime = "2"