-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add experimental api
crate_deps
and all_crate_deps
macro for gath…
…ering package dependencies (#319) * The crates.bzl can be used to locate crates * Updated smoketest * Updated examples * It should not be an error that no dependencies are found. The use case here is users might want to stub out all the dependency sections of their crates such that subsequent runs of `cargo raze` will automatically add new dependencies. * Updated examples * New API has been flagged experimental * Updated examples * Updated more comments * Updated examples * Updated documentation * Addressed PR feedback. * Updated examples * Addressed PR feedback * Updated examples * Addressed PR feedback * Updated examples * Fixed typo * Updated * Added experimental_api flag * Updated smoketest * Updated examples * Fixed buildifier defects * Updated examples * Addressed PR feedback * Updated examples * Addressed PR feedback * Updated examples * Addressed PR feedback * Updated examples * updated smoketest * Updated examples * Cleanup * Updated examples * Updated macros `crates` -> `crate_deps` and `all_crates` -> `all_crate_deps` * Updated examples
- Loading branch information
1 parent
0c49c1f
commit 9d01e89
Showing
32 changed files
with
927 additions
and
71 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
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
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
Oops, something went wrong.