]> git.proxmox.com Git - cargo.git/commit
auto merge of #240 : alexcrichton/cargo/cargo-new, r=wycats
authorbors <bors@rust-lang.org>
Tue, 22 Jul 2014 17:44:39 +0000 (17:44 +0000)
committerbors <bors@rust-lang.org>
Tue, 22 Jul 2014 17:44:39 +0000 (17:44 +0000)
commit8d0e2d537971e588dcb2782b58c68f2dc8d613ec
tree1667cfe4c1157eedd7f44a16f2c4b076b408fe59
parentadcf1188665567e145ccd96d663185a29eb550bd
parenta4272ef2b71bad8b32654584b233540205c326db
auto merge of #240 : alexcrichton/cargo/cargo-new, r=wycats

This command is used to create a new cargo repository at a destination that
previously does not exist. A separate command, cargo-init, will be implemented
to initialize an already-existing repository.

cc #21

This is currently rebased on #238