aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 00d1884ec4b49b6d3c236361dfdaa3a1372d7d80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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: GIT
    value: "https://github.com/contain-rs/lru-cache"
  }
  version: "0.1.2"
  last_upgrade_date { year: 2020 month: 6 day: 11 }
  license_type: NOTICE
}