aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 0a4844a..3f5286c 100644
--- a/BUILD
+++ b/BUILD
@@ -32,6 +32,11 @@ license_kind(
rust_library(
name = "zerocopy",
srcs = glob(["**/*.rs"]),
+ crate_features = [
+ "byteorder",
+ "derive",
+ "zerocopy-derive",
+ ],
edition = "2021",
proc_macro_deps = [
# This should map to repo checked out from Android third party project