Outline for cargo chapter

This commit is contained in:
Carol (Nichols || Goulding) 2016-12-26 16:33:28 -05:00
parent 3a0ff3c7c1
commit 948b1b4177

View 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