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

Configure Feed

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

gleam / gleam-bin / .cargo / config.toml
274 B 7 lines
1# SPDX-License-Identifier: Apache-2.0 2# SPDX-FileCopyrightText: 2023 The Gleam contributors 3 4# Statically link the CRT on Windows with MSVC toolchain 5# (only in release mode) 6[target.'cfg(all(windows, target_env = "msvc"))'] 7rustflags = ["-C", "target-feature=+crt-static"]