SIGN IN SIGN UP

windows: statically link the CRT to remove vcruntime dependency

Add a .cargo/config.toml that sets target-feature=+crt-static for the
i686, x86_64, and aarch64 MSVC targets so bat.exe no longer depends on
the vcruntime DLL. Mirrors the fix applied to fd in sharkdp/fd#1891.

Closes #3634
B
Barry committed
ea7fafca1e6191dbfc4c55f039930e350b4412b2
Parent: e782ec1