Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
0736098c9e1f9f9d580e3c1c87dcc13a56aee1b9
/
.
/
third_party
/
rules_rust
/
cargo
/
features.bzl
blob: 29b99210948e46d227da6ae4d3fda2ffb9602c81 [
file
] [
log
] [
blame
]
"""Public Cargo features for Bazel."""
# `symlink-exec-root` feature will symlink the execroot to the build script execution directory.
#
# This is useful for building with hermetic C++ toolchains.
SYMLINK_EXEC_ROOT_FEATURE
=
"symlink-exec-root"