pub fn validate_dir(path: &Path) -> Result<()>Expand description
Checks the following cases for an early error generation:
- Target dir doesn’t contain a Forc.toml
- Target manifest file doesn’t contain a version
- Target project’s dependencies are not all version based (git or path based dep detection)