File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -284,13 +284,14 @@ program doesn't have any dependencies, so we'll only be using the first part of
284
284
its functionality. Eventually, we'll add more. Since we started off by using
285
285
Cargo, it'll be easy to add later.
286
286
287
- Let's convert Hello World to Cargo. The first thing we need to do to begin
288
- using Cargo is to install Cargo. Luckily for us, the script we ran to install
289
- Rust includes Cargo by default. If you installed Rust some other way, you may
290
- want to [ check the Cargo
287
+ If you installed Rust via the official installers you will also have
288
+ Cargo. If you installed Rust some other way, you may want to [ check
289
+ the Cargo
291
290
README] ( https://github.com/rust-lang/cargo#installing-cargo-from-nightlies )
292
291
for specific instructions about installing it.
293
292
293
+ Let's convert Hello World to Cargo.
294
+
294
295
To Cargo-ify our project, we need to do two things: Make a ` Cargo.toml `
295
296
configuration file, and put our source file in the right place. Let's
296
297
do that part first:
You can’t perform that action at this time.
0 commit comments