aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: f1ef45bf0eeef994bc67e3a371e41c2808c95cd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: "lazycell"
description: "Rust library providing a lazily filled Cell."
third_party {
  url {
    type: HOMEPAGE
    value: "https://crates.io/crates/lazycell"
  }
  url {
    type: GIT
    value: "https://github.com/indiv0/lazycell"
  }
  version: "1.3.0"
  license_type: NOTICE
  last_upgrade_date {
    year: 2020
    month: 8
    day: 11
  }
}