coreutils
coreutils copied to clipboard
disable Multicall when compiling with cargo?
I would like to compile via cargo build with disabling multicall, as I do not want to manually write in all the package names (its a long list).
All I want is to use cargo to build & install it to specified folder. I do not want to use make if possible.