From 7b0675a1e42341030bbb9ad98d41a321296e1ecc Mon Sep 17 00:00:00 2001 From: Botahamec Date: Thu, 27 Oct 2022 18:37:53 -0400 Subject: Made a key for locks --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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 -- cgit v1.2.3