Section I - manifest
First we need to include the dependent crates into the project. The crates we will need are serde
, serde_derive
, and serde-json
. Add the following lines to the [dependencies]
section in the Cargo.toml file
Last updated
Was this helpful?