pub fn add( manifest_path: &Path, name: &str, version: Option<&str>, ) -> PkgResult<()>
Add a dependency to the manifest.
If no version is specified, defaults to "*" (any version).
"*"