aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/build_rules/rust/rust.WORKSPACE
blob: 4086ce80be3986771d7f29fb5ced2b32d8f06a54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
new_http_archive(
    name = "rust-linux-x86_64",
    url = "https://static.rust-lang.org/dist/rust-1.2.0-x86_64-unknown-linux-gnu.tar.gz",
    sha256 = "2311420052e06b3e698ce892924ec40890a8ff0499902e7fc5350733187a1531",
    build_file = "tools/build_rules/rust/rust-linux-x86_64.BUILD",
)

new_http_archive(
    name = "rust-darwin-x86_64",
    url = "https://static.rust-lang.org/dist/rust-1.2.0-x86_64-apple-darwin.tar.gz",
    sha256 = "0d471e672fac5a450ae5507b335fda2efc0b22ea9fb7f215c6a9c466dafa2661",
    build_file = "tools/build_rules/rust/rust-darwin-x86_64.BUILD",
)