Skip to content

Commit bf4efa3

Browse files
committed
Merge pull request #1319 from elly/cargo
cargo: support distributed package indexes
2 parents c758e11 + c8427e4 commit bf4efa3

File tree

3 files changed

+307
-45
lines changed

3 files changed

+307
-45
lines changed

src/cargo/cargo.rc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
// cargo.rs - Rust package manager
44

5-
use std;
6-
use rustc;
7-
85
// Local Variables:
96
// fill-column: 78;
107
// indent-tabs-mode: nil
118
// c-basic-offset: 4
129
// buffer-file-coding-system: utf-8-unix
1310
// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
1411
// End:
12+
13+
#[link(name = "cargo",
14+
vers = "0.1",
15+
uuid = "9ff87a04-8fed-4295-9ff8-f99bb802650b",
16+
url = "http://rust-lang.org/doc/cargo")];

0 commit comments

Comments
 (0)