Skip to content

Commit 50da1f6

Browse files
authored
Merge pull request #1159 from mikong/add-cargo-link
Add link to Cargo chapter in the index page
2 parents 13d2a2c + 471dba5 commit 50da1f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Now let's begin!
3333

3434
- [Crates](crates.html) - A crate is a compilation unit in Rust. Learn to create a library.
3535

36+
- [Cargo](cargo.html) - Go through some basic features of the official Rust package management tool.
37+
3638
- [Attributes](attribute.html) - An attribute is metadata applied to some module, crate or item.
3739

3840
- [Generics](generics.html) - Learn about writing a function or data type which can work for multiple types of arguments.

0 commit comments

Comments
 (0)