We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 236c734 + de57954 commit 10a3a86Copy full SHA for 10a3a86
src/cargo/deps.md
@@ -56,8 +56,7 @@ lots of great packages on [crates.io](https://crates.io) (the official Rust
56
package registry). One popular choice is [clap](https://crates.io/crates/clap).
57
As of this writing, the most recent published version of `clap` is `2.27.1`. To
58
add a dependency to our program, we can simply add the following to our
59
-`Cargo.toml` under `[dependencies]`: `clap = "2.27.1"`. And of course, `extern
60
-crate clap` in `main.rs`, just like normal. And that's it! You can start using
+`Cargo.toml` under `[dependencies]`: `clap = "2.27.1"`. And that's it! You can start using
61
`clap` in your program.
62
63
`cargo` also supports [other types of dependencies][dependencies]. Here is just
0 commit comments