1 2 3 4 5 6 7 8 9 10 11
[package] name = "parking_lot" version = "0.12.999" edition = "2018" license = "MPL-2.0" [lib] path = "lib.rs" [dependencies] parking_lot = "0.11"