aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: e2da34bef092d49d16acd2cd5d4a44f71b2d6e18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: "lru-cache"
description: "A cache that holds a limited number of key-value pairs"
third_party {
  url {
    type: HOMEPAGE
    value: "https://crates.io/crates/lru-cache"
  }
  url {
    type: ARCHIVE
    value: "https://static.crates.io/crates/lru-cache/lru-cache-0.1.2.crate"
  }
  version: "0.1.2"
  license_type: NOTICE
  last_upgrade_date {
    year: 2020
    month: 6
    day: 11
  }
}