Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
acmcarther committed Jan 20, 2018
0 parents commit 10cf7ef
Show file tree
Hide file tree
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.
5 changes: 5 additions & 0 deletions .gitignore
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
3 changes: 3 additions & 0 deletions README.md
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.
13 changes: 13 additions & 0 deletions WORKSPACE
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()
Loading

0 comments on commit 10cf7ef

Please sign in to comment.