mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-22 02:16:30 +00:00
Make engine use RetrieveFilePath from interactors/mod.rs
This commit is contained in:
parent
dff2a92aa5
commit
a46a0960cf
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ use ::models::repo::{Repository, RepoPath};
|
|||
use ::models::crates::{CrateName, CrateRelease, AnalyzedDependencies};
|
||||
|
||||
use ::interactors::crates::QueryCrate;
|
||||
use ::interactors::github::{GetPopularRepos, RetrieveFileAtPath};
|
||||
use ::interactors::RetrieveFileAtPath;
|
||||
use ::interactors::github::{GetPopularRepos};
|
||||
|
||||
use self::futures::AnalyzeDependenciesFuture;
|
||||
use self::futures::CrawlManifestFuture;
|
||||
|
|
Loading…
Reference in a new issue