summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2022-10-26 22:29:16 -0400
committerBotahamec <botahamec@outlook.com>2022-10-26 22:29:16 -0400
commit7f73e25dfb47f860b9bbd0ad594b9a6695b8c597 (patch)
treeb7c27980e7c6adda7aec2035fa6ba584e6e56e12 /Cargo.toml
parentfc7dcf7652674d6f52653582306b9a1e860ea5ba (diff)
Created ThreadKey
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index af1d8e3..91c85bf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,3 +6,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