Skip to content

Commit

Permalink
[doc]:fix cargo guide project to package
Browse files Browse the repository at this point in the history
  • Loading branch information
heisen-li committed Apr 28, 2024
1 parent 5655e3e commit 9573aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/src/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This guide will give you all that you need to know about how to use Cargo to
develop Rust packages.

* [Why Cargo Exists](why-cargo-exists.md)
* [Creating a New Package](creating-a-new-project.md)
* [Working on an Existing Cargo Package](working-on-an-existing-project.md)
* [Creating a New Package](creating-a-new-package.md)
* [Working on an Existing Cargo Package](working-on-an-existing-package.md)
* [Dependencies](dependencies.md)
* [Package Layout](project-layout.md)
* [Cargo.toml vs Cargo.lock](cargo-toml-vs-cargo-lock.md)
Expand Down

0 comments on commit 9573aff

Please sign in to comment.