mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-02-02 23:38:41 +08:00
Outline for cargo chapter
This commit is contained in:
parent
3a0ff3c7c1
commit
948b1b4177
21
src/ch14-00-more-about-cargo.md
Normal file
21
src/ch14-00-more-about-cargo.md
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# More about Cargo and Crates.io
|
||||||
|
|
||||||
|
## Getting your project ready to be published on Crates.io
|
||||||
|
|
||||||
|
(and publish itself)
|
||||||
|
|
||||||
|
### Metadata in your Cargo.toml
|
||||||
|
|
||||||
|
### Versions
|
||||||
|
|
||||||
|
- yank
|
||||||
|
|
||||||
|
### `pub use`
|
||||||
|
|
||||||
|
### Doc Comments
|
||||||
|
|
||||||
|
## Release profiles
|
||||||
|
|
||||||
|
## Cargo Workspaces
|
||||||
|
|
||||||
|
## `cargo install` and Cargo Extensions
|
Loading…
Reference in New Issue
Block a user