feat: add crossbeam_n_parking_lot
This commit is contained in:
13
__concurrent/crossbeam_n_parking_lot/Cargo.toml
Normal file
13
__concurrent/crossbeam_n_parking_lot/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "crossbeam_n_parking_lot"
|
||||
version = "0.1.0"
|
||||
authors = ["Hatter Jiang <jht5945@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
crossbeam = "0.8.0"
|
||||
crossbeam-channel = "0.5.0"
|
||||
parking_lot = "0.11.1"
|
||||
lock_api = "0.4.2"
|
||||
Reference in New Issue
Block a user