finished ch14.4

This commit is contained in:
2025-02-27 11:48:40 -07:00
parent 629cbea79d
commit 572d5906a6
5 changed files with 49 additions and 4 deletions

View File

@ -9,7 +9,7 @@ This chapter will go over some more advanced features like:
- [Publish libraries](./Publishing%20libraries.md) on [crates.io](https://crates.io/)
- Organize large projects with [workspaces](./Cargo%20Workspaces.md)
- [Install binaries](./Install%20Binaries.md) from [crates.io](https://crates.io/)
- Extend Cargo using custom commands
- [Extend Cargo](./Extending%20Cargo.md) using custom commands
Cargo can do even more than what will be covered.