-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change package manager to link to global deps rather than copying the…
…m into the local project
- Loading branch information
Showing
6 changed files
with
426 additions
and
368 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ pub enum Commands { | |
}, | ||
GenHeaders, | ||
Add { | ||
dep: String, | ||
dep_uri: String, | ||
}, | ||
PurgeGlobalInstalls, | ||
|
||
|
Oops, something went wrong.