Remove section about converting a project to cargo
authorCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Sat, 14 May 2016 14:17:43 +0000 (10:17 -0400)
committerCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Sat, 14 May 2016 14:17:43 +0000 (10:17 -0400)
Since most projects start with cargo these days.

src/doc/guide.md

index f54f0dcf2fe3f56cc48647d7508f659972164fe2..51c8fbca410a82cd418b4f60a98ef7ec4cbc8880 100644 (file)
@@ -15,14 +15,6 @@ To accomplish this goal, Cargo does four things:
 * Invokes `rustc` or another build tool with the correct parameters to build your project.
 * Introduces conventions, making working with Rust projects easier.
 
-# Converting to Cargo
-
-You can convert an existing Rust project to use Cargo. You’ll have to create a
-`Cargo.toml` file with all of your dependencies, and move your source files and
-test files into the places where Cargo expects them to be. See the [manifest
-description](manifest.html) and the [Project Layout](#project-layout) section
-below for more details.
-
 # Creating A New Project
 
 To start a new project with Cargo, use `cargo new`: