src/cargo/manifest.rs needs to be extended to support parsing dependency specifications (i.e. [dependencies]). Some dependencies may be declared at the workspace level, so information about the workspace needs to be stored. We don't need to support [dev-dependencies] just yet; nor [build-dependencies], because they get very complicated.
Open questions:
- Like #7: Should the
FindManifestetc. tasks return smaller units of data?
`src/cargo/manifest.rs` needs to be extended to support parsing dependency specifications (i.e. `[dependencies]`). Some dependencies may be declared at the workspace level, so information about the workspace needs to be stored. We don't need to support `[dev-dependencies]` just yet; nor `[build-dependencies]`, because they get very complicated.
Open questions:
- Like #7: Should the `FindManifest` etc. tasks return smaller units of data?