-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ISSUE-16 - Remove cargo core usage from graph module:
* Pull further structs from `Args` struct * Add functions to krates_utils for `replace` and `deps_not_replaced` functions from resolve * Add function for `matches_ignoring_source` * Adding functions to extract the name and version of a cargo_metadata package from the `PackageId` * Remove usage of cargo core from `graph` module * Pulling out parameter struct for walking dependency Signed-off-by: joshmc <[email protected]>
- Loading branch information
1 parent
3c95ba5
commit 84ee6f7
Showing
10 changed files
with
674 additions
and
239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.