Skip to content

Commit

Permalink
add to rust.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
mfarrugi committed Jul 22, 2018
1 parent e017bbe commit 5923fc6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions rust/rust.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@ rust_repositories()
[Cargo](https://crates.io/).
"""

# Reexporting some functions as part of our public api

load(":bindgen.bzl", _rust_bindgen="rust_bindgen")

rust_bindgen = _rust_bindgen
""" See :bindgen.bzl for a complete description. """


# @TODO Move the rest of the stuff in this file elsewhere..


load(
":toolchain.bzl",
"build_rustc_command",
Expand Down

0 comments on commit 5923fc6

Please sign in to comment.