codeinabox@programming.dev to Programming@programming.devEnglish · 2 days agoEvery dependency you add is a supply chain attack waiting to happenbenhoyt.comexternal-linkmessage-square25fedilinkarrow-up1157
arrow-up1157external-linkEvery dependency you add is a supply chain attack waiting to happenbenhoyt.comcodeinabox@programming.dev to Programming@programming.devEnglish · 2 days agomessage-square25fedilink
minus-squareMonkderVierte@lemmy.ziplinkfedilinkarrow-up3·20 hours agoSo i could theoretically script a wrapper?
minus-squareTehPers@beehaw.orglinkfedilinkEnglisharrow-up6·20 hours agoI don’t see why not. Cargo is fundamentally just a fancy wrapper around rustc, anyway. Sure, it’s a really fancy wrapper that does a lot of stuff but it’s entirely possible to just call rustc yourself.
So i could theoretically script a wrapper?
I don’t see why not. Cargo is fundamentally just a fancy wrapper around rustc, anyway. Sure, it’s a really fancy wrapper that does a lot of stuff but it’s entirely possible to just call rustc yourself.