summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2022-10-27 18:37:53 -0400
committerBotahamec <botahamec@outlook.com>2022-10-27 18:37:53 -0400
commit7b0675a1e42341030bbb9ad98d41a321296e1ecc (patch)
treea146c273b9a35b9037248ecb26f55908584875cb /Cargo.toml
parent8ad769586382899033fcc55a669028c8af7d21a9 (diff)
Made a key for locks
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2f5ffec..fa56c33 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,4 +5,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-[dependencies] \ No newline at end of file
+[dependencies]
+thread_local = "1"
+once_cell = "1" \ No newline at end of file