mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-06 04:00:02 +00:00
Impl new type `ManifestVisitor
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
44d43113f4
commit
f3d3c488e3
2 changed files with 83 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue