Hi devs, Is there a way for a project to exclude a feature provided by a dependency? For example, I want to include libs/shell to reuse its code, but do not want other packages (say, libs/config) compiling in shell-dependent code.
I could always skip declaring it as a dep and supply the right compiler flags manually, but wondering if there is a better way. Cheers, Simon
