Section II - manifest
Last updated
Was this helpful?
Last updated
Was this helpful?
First we need to include the dependent crates into the project. The crates we will need are roadrunner
, base64
, tokio-core
, and rand
. Add the following lines to the [dependencies]
section in the Cargo.toml file