finished ch14.2

This commit is contained in:
2025-02-26 12:04:05 -07:00
parent 29f8753827
commit 43816205f3
5 changed files with 181 additions and 4 deletions

View File

@ -7,7 +7,7 @@ Cargo can do so much more
This chapter will go over some more advanced features like:
- [Customize your build](./Custome%20Build%20Profiles.md) through release profiles
- [Publish libraries](./Publishing%20libraries.md) on [crates.io](https://crates.io/)
- Organize large projects with workspaces
- Organize large projects with [workspaces](./Cargo%20Workspaces.md)
- Install binaries from [crates.io](https://crates.io/)
- Extend Cargo using custom commands