blob: 29b99210948e46d227da6ae4d3fda2ffb9602c81 [file] [log] [blame]
Adam Snaider1c095c92023-07-08 02:09:58 -04001"""Public Cargo features for Bazel."""
2
3# `symlink-exec-root` feature will symlink the execroot to the build script execution directory.
4#
5# This is useful for building with hermetic C++ toolchains.
6SYMLINK_EXEC_ROOT_FEATURE = "symlink-exec-root"