Skip to content

Commit

Permalink
Merge pull request #4025 from ficcialfaint/cargo-init
Browse files Browse the repository at this point in the history
Add `cargo init` usage suggestion to 1.3
  • Loading branch information
chriskrycho authored Sep 11, 2024
2 parents 28a2444 + 299fd1f commit e2b7246
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ch01-03-hello-cargo.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ everything is in its place.
If you started a project that doesn’t use Cargo, as we did with the “Hello,
world!” project, you can convert it to a project that does use Cargo. Move the
project code into the *src* directory and create an appropriate *Cargo.toml*
file.
file. One easy way to get that *Cargo.toml* file is to run `cargo init`, which
will create it for you automatically.

### Building and Running a Cargo Project

Expand Down

0 comments on commit e2b7246

Please sign in to comment.