Cargo.tomlarrow-up-right
We already have the binary file defined in the manifest file, but there are dependent packages that we will need to include in order to make it a RESTful service.
In the [dependencies] section of the Cargo.toml file add the following packages.
Cargo.toml
actix-web = "3"
Last updated 5 years ago