feat: add crossbeam_n_parking_lot

This commit is contained in:
2020-12-26 00:52:05 +08:00
parent 64ea4ba82e
commit 6843d69daf
3 changed files with 232 additions and 0 deletions

View 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"