feat: add qcell

This commit is contained in:
2022-02-03 22:02:18 +08:00
parent 315ccf100e
commit aca23fa6fd
3 changed files with 51 additions and 0 deletions

25
__concurrent/qcell/Cargo.lock generated Normal file
View File

@@ -0,0 +1,25 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "once_cell"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
[[package]]
name = "qcell"
version = "0.1.0"
dependencies = [
"qcell 0.5.0",
]
[[package]]
name = "qcell"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5023f06b72bfa9fbb5ebdbe891f02db9406ba026990e0778f80094bc84f3ac8"
dependencies = [
"once_cell",
]