summaryrefslogtreecommitdiff
path: root/METADATA
blob: 1caaddec962deb6296a28f48b40d63b58114dac9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: "lock_api"
description: "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std."
third_party {
  url {
    type: HOMEPAGE
    value: "https://crates.io/crates/lock_api"
  }
  url {
    type: ARCHIVE
    value: "https://static.crates.io/crates/lock_api/lock_api-0.4.6.crate"
  }
  version: "0.4.6"
  license_type: NOTICE
  last_upgrade_date {
    year: 2022
    month: 3
    day: 1
  }
}