summaryrefslogtreecommitdiffstats
path: root/build/rust/parking_lot/Cargo.toml
blob: adfdb58e57436b1c0c2da8f6ca888572ee0f2433 (plain)
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"