blob: b2138761d4fb595ff771979549582c409d7afe31 [file] [log] [blame]
workspace(name = "test_cc_common_link")
local_repository(
name = "rules_rust",
path = "../../",
)
load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_register_toolchains")
rules_rust_dependencies()
rust_register_toolchains(
allocator_library = "@test_cc_common_link//:allocator_library",
edition = "2018",
)