Technical requirements
As we move toward building web apps in Rust, we are going to have to start relying on third-party packages to do some of the heavy lifting for us. Rust manages dependencies through a package manager called Cargo. To use Cargo, we are going to have to install Rust on our computer from the following URL: https://www.rust-lang.org/tools/install.
This installation delivers the Rust programming language and Cargo. You can find all the code files on GitHub at https://github.com/PacktPublishing/Rust-Web-Programming-2nd-Edition/tree/main/chapter03.