aboutsummaryrefslogtreecommitdiff
path: root/c/blake3_c_rust_bindings/Cargo.toml
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2025-03-09 11:29:04 -0700
committerJack O'Connor <[email protected]>2025-03-11 13:03:59 -0700
commit97ce1c8c47940357f82b6dfa56cdd55d5f8ec1d4 (patch)
tree2ddbc2f37bf8933a8b79a6a8518ac34df61d0151 /c/blake3_c_rust_bindings/Cargo.toml
parentd9b49df0757f8bdfaa542e7181013fbf1555ff89 (diff)
tbb support in blake3_c_rust_bindingsrust_bindings_tbb
Diffstat (limited to 'c/blake3_c_rust_bindings/Cargo.toml')
-rw-r--r--c/blake3_c_rust_bindings/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/blake3_c_rust_bindings/Cargo.toml b/c/blake3_c_rust_bindings/Cargo.toml
index e70f16b..4c3a252 100644
--- a/c/blake3_c_rust_bindings/Cargo.toml
+++ b/c/blake3_c_rust_bindings/Cargo.toml
@@ -16,6 +16,8 @@ prefer_intrinsics = []
# Activate NEON bindings. We don't currently do any CPU feature detection for
# this. If this Cargo feature is on, the NEON gets used.
neon = []
+# Enable TBB-based multithreading.
+tbb = []
[dev-dependencies]
arrayref = "0.3.5"