Browse Source

Small comment about cargo

master
Julio Biason 5 years ago
parent
commit
64686a8f5e
  1. 19
      porque-rust.html

19
porque-rust.html

@ -788,6 +788,25 @@ struct Point<T> {
</section>
</section>
<section>
<section>
<h2>
<a href="https://doc.rust-lang.org/cargo/">
Cargo
</a>
</h2>
<p>"Cargo is the Rust package manager"</p>
<p>
"Cargo downloads your Rust package’s dependencies,
compiles your packages, makes distributable
packages, and uploads them to crates.io, the Rust
community’s package registry."
</p>
</section>
</section>
<section>
<section>
<h2>Tests</h2>

Loading…
Cancel
Save