summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2024-03-08 17:31:13 -0500
committerMica White <botahamec@outlook.com>2024-03-08 17:31:13 -0500
commit8e638052593d2636a7b457bb869be10671f156bb (patch)
tree98624154b52cf48bf96fd430acfeca9be709d923 /Cargo.toml
parentded44ec228b3eaceed820585882414831eb196c0 (diff)
Remove std mutex
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 30a8bf7..527b736 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,6 @@ license = "Unlicense"
[dependencies]
thread_local = "1"
once_cell = "1"
-antidote = "1"
lock_api = "0.4"
parking_lot = "0.12"
spin = "0.9"