Impl new type `ManifestVisitor

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-06-12 16:31:47 +10:00
parent 44d43113f4
commit f3d3c488e3
No known key found for this signature in database
GPG key ID: 591C0B03040416D6
2 changed files with 83 additions and 0 deletions

View file

@ -10,6 +10,9 @@ use version::find_version;
mod vfs;
mod visitor;
pub use visitor::*;
/// Fetch a crate by name and version from github
/// TODO: implement this
pub async fn fetch_crate_gh_releases(