zoxide/.cargo/config.toml

8 lines
256 B
TOML
Raw Normal View History

2021-09-13 03:06:21 +05:30
[alias]
2021-10-12 01:35:24 +05:30
xtask = "run --package xtask --"
2022-06-26 00:37:44 +05:30
# On Windows MSVC, statically link the C runtime so that the resulting EXE does
# not depend on the vcruntime DLL.
[target.'cfg(all(windows, target_env = "msvc"))']
rustflags = ["-C", "target-feature=+crt-static"]