summaryrefslogtreecommitdiff
path: root/client/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'client/Cargo.toml')
-rw-r--r--client/Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/Cargo.toml b/client/Cargo.toml
index 762e711..4a22bf6 100644
--- a/client/Cargo.toml
+++ b/client/Cargo.toml
@@ -23,3 +23,8 @@ bytemuck = "1.21.0"
xdg = "2.5.2"
nnnoiseless = "0.5.1"
humansize = "2.1.3"
+rayon = "1.10.0"
+parking_lot = "0.12.3"
+
+[features]
+deadlock_detection = ["parking_lot/deadlock_detection"]