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 provides the programming language Rust and the dependency manager Cargo. You can find all the code files on GitHub: