Knowledge check

Completed

Answer the following questions to demonstrate what you've learned:

1.

What's the purpose of the structopt third-party crate that's used in the cli module of the command-line program?

2.

What's the purpose of the serde_json third-party crate that's used in the tasks module of the command-line program?

3.

What's the purpose of the anyhow third-party crate that's used in the main module of the command-line program?