]> git.proxmox.com Git - cargo.git/commit
auto merge of #420 : alexcrichton/cargo/issue-393-2, r=brson
authorbors <bors@rust-lang.org>
Wed, 27 Aug 2014 01:40:01 +0000 (01:40 +0000)
committerbors <bors@rust-lang.org>
Wed, 27 Aug 2014 01:40:01 +0000 (01:40 +0000)
commit6f765b358f7206c744a692b921f0abab3964929d
treedb5820140b00b82c7f72d0f5e4e470a20d135e2c
parentb750ef2b51f6620a42ff48b2af6aaf43f7b54420
parent8cce8996be1c7cb95ccabbb6bc2bf4b652b0eec8
auto merge of #420 : alexcrichton/cargo/issue-393-2, r=brson

This commit removes all distributed executables except for `cargo`. All
builtin subcommands are implemented through library calls, and the fallback
methods are retained to maintain extensability through new subcommands.

Closes #393