From 2cf682f2ec552d7d29455cef88e616a111b03429 Mon Sep 17 00:00:00 2001 From: Piotr Sikora Date: Sat, 6 Mar 2021 03:37:40 +0000 Subject: [PATCH] Add note about rules_foreign_cc when using @cargo_raze//:raze. Signed-off-by: Piotr Sikora --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f112a74d..17f52ca4c 100644 --- a/README.md +++ b/README.md @@ -232,8 +232,8 @@ on the host machine. To do so, simply add the following to the WORKSPACE file in your project: ```python -# Note: The `cargo_raze` repository expects `rules_rust` to have already been -# specified in the WORKSPACE per the Usage section of the README. +# Note: The `cargo_raze` repository expects `rules_foreign_cc` and `rules_rust` to +# have already been specified in the WORKSPACE per the Usage section of the README. load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")