]> git.proxmox.com Git - cargo.git/commit - src/cargo/core/summary.rs
Make it easier to map dependencies in a summary
authorAlex Crichton <alex@alexcrichton.com>
Thu, 23 Oct 2014 05:14:23 +0000 (22:14 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 27 Oct 2014 19:40:23 +0000 (12:40 -0700)
commit798b620c2d2190846191aa90c3ab91999a7ed79f
tree1791ecd7e07eaef6bfd77774977829fd465f4017
parenta23c49ba6311497e1b5bdbf8ab4b363ce25aad8b
Make it easier to map dependencies in a summary

This will hopefully become useful in the upcoming changes to resolve for
lockfiles with the registry.
src/cargo/core/dependency.rs
src/cargo/core/source.rs
src/cargo/core/summary.rs
src/cargo/ops/cargo_generate_lockfile.rs
src/cargo/ops/cargo_package.rs
src/cargo/sources/git/source.rs