Update book/contents/first-try/cargo.md

pull/403/head
孙飞Sunface 3 years ago committed by GitHub
parent f3f88d0e1e
commit fd97c87d98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,7 +33,7 @@ Rust 项目主要分为两个类型:`bin` 和 `lib`,前者是一个可运行
早期的 `cargo` 在创建项目时,必须添加 `--bin` 的参数,如下所示:
```console
cargo new world_hello --bin
$ cargo new world_hello --bin
```
现在的版本,已经无需此参数,`cargo` 默认就创建 `bin` 类型的项目,

Loading…
Cancel
Save