On Wed, May 25, 2016 at 09:53:04AM +0100, Edd Barrett wrote: > > So, does the cargo binary depend (at runtime) upon something installed > by lang/rust? >
per se, cargo binary *doesn't* need lang/rust (no libraries dependances or something else), but in order to compile programs or libraries written in Rust language, it will call the rustc binary provided by lang/rust (and rustdoc binary too). so lang/rust *is* required to achieve goals of devel/cargo :) -- Sebastien Marie