forked from acmcarther/cargo-raze-crater
-
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.
- Loading branch information
0 parents
commit 10cf7ef
Showing
3,456 changed files
with
811,546 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
bazel-cargo-raze-crater | ||
bazel-bin | ||
bazel-genfiles | ||
bazel-out | ||
bazel-testlogs |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# cargo-raze-crater | ||
|
||
A repo that builds the first ~10 pages of cargo dependencies with bazel, for the "x86_64-unknown-linux-gnu" target. |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
git_repository( | ||
name = "io_bazel_rules_rust", | ||
commit = "5bc46ddca8817072cdae1961b3f9830a2bc3afa7", | ||
remote = "https://github.com/acmcarther/rules_rust.git", | ||
) | ||
|
||
load("@io_bazel_rules_rust//rust:repositories.bzl", "rust_repositories") | ||
|
||
rust_repositories() | ||
|
||
load("//cargo:crates.bzl", "raze_fetch_remote_crates") | ||
|
||
raze_fetch_remote_crates() |
Oops, something went wrong.