4 lines
124 B
Batchfile
4 lines
124 B
Batchfile
|
@echo off
|
||
|
where cargo.exe 2>nul >nul
|
||
|
if errorlevel 1 call scoop install rust & call %~dp0\v-choco-refreshenv
|
||
|
cargo.exe %*
|