yeah what a great idea

This commit is contained in:
nora 2022-01-25 09:03:28 +01:00
parent 7754e270b3
commit ea28dc4f4c
4 changed files with 171 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "pythonic_global_lock"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
parking_lot = "0.11.2"