diff options
| author | Botahamec <botahamec@outlook.com> | 2022-10-27 18:37:53 -0400 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2022-10-27 18:37:53 -0400 |
| commit | 7b0675a1e42341030bbb9ad98d41a321296e1ecc (patch) | |
| tree | a146c273b9a35b9037248ecb26f55908584875cb /Cargo.toml | |
| parent | 8ad769586382899033fcc55a669028c8af7d21a9 (diff) | |
Made a key for locks
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
