zoxide/.cargo/config.toml

8 lines
256 B
TOML
Raw Normal View History

2021-09-12 21:36:21 +00:00
[alias]
2021-10-11 20:05:24 +00:00
xtask = "run --package xtask --"
2022-06-25 19:07:44 +00:00
# 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"]