Section II - manifest
Let's begin by declaring a new executable for the service that will act as the data sourcing RESTful endpoint. We will do this by adding a [[bin]]
section to our Cargo.toml
manifest file.
Next, we need to include the dependent crates into the project. Add the following lines to the [dependencies]
section in the Cargo.toml
file
The Cargo.toml
file should now look like this:
Last updated
Was this helpful?