Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 425 Bytes

02-section-04-1.md

File metadata and controls

13 lines (8 loc) · 425 Bytes

Section IV - manifest

Cargo.toml

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.

actix-web = "3"
test-data-generation = "0.2"