summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2022-10-27 17:38:50 -0400
committerBotahamec <botahamec@outlook.com>2022-10-27 17:38:50 -0400
commitd2c3a6c6688685d466b69df94d610948d8657c31 (patch)
tree646003e2c783ad3bb570e76989b0efba160c4bea /Cargo.toml
parentc2ec772dac7cf2a488af539613bf31ed15dfbaa5 (diff)
Remove the mutex
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 91c85bf..2f5ffec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,5 +5,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-[dependencies]
-parking_lot = "0.12" \ No newline at end of file
+[dependencies] \ No newline at end of file