mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-06 04:00:02 +00:00
Refactor:Mv mod visitor
vfs
under crates_io
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
b6f15f2e5e
commit
23bad39ba8
4 changed files with 6 additions and 6 deletions
|
@ -2,11 +2,6 @@ use std::path::{Path, PathBuf};
|
|||
|
||||
use crate::BinstallError;
|
||||
|
||||
mod vfs;
|
||||
|
||||
mod visitor;
|
||||
use visitor::ManifestVisitor;
|
||||
|
||||
mod version;
|
||||
use version::find_version;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue