Function lal::fetch
[−]
[src]
pub fn fetch<T: CachedBackend + ?Sized>(
manifest: &Manifest,
backend: &T,
core: bool,
env: &str
) -> LalResult<()>
Fetch all dependencies from manifest.json
This will read, and HTTP GET all the dependencies at the specified versions.
If the core
bool is set, then devDependencies
are not installed.