]> git.proxmox.com Git - cargo.git/commit
Add support for detailed manifest dependencies
authorYehuda Katz + Carl Lerche <engineering@tilde.io>
Tue, 10 Jun 2014 00:51:53 +0000 (17:51 -0700)
committerTim Carey-Smith <tim@spork.in>
Tue, 10 Jun 2014 00:51:53 +0000 (17:51 -0700)
commit92602f6db061e5d1611866539222a9aeeaf0a949
treefda7cae8af60046a840c1cf1c4d4e72bbcd115e6
parent9a1c63ea174fd85783bd02f1f4ef4e52a37683ac
Add support for detailed manifest dependencies

This commit supports the following format:

```toml
[dependencies.hamcrest]

version = "1.0"
git = "http://github.com/carllerche/hamcrest-rust"
```
MANIFEST.md
src/cargo/core/manifest.rs
src/cargo/lib.rs
src/cargo/ops/cargo_read_manifest.rs
src/cargo/sources/git/source.rs
tests/support.rs
tests/test_cargo_compile.rs