blob: f1ef45bf0eeef994bc67e3a371e41c2808c95cd9 [file] [log] [blame]
Chih-Hung Hsiehde83b092020-04-07 14:24:01 -07001name: "lazycell"
2description: "Rust library providing a lazily filled Cell."
3third_party {
4 url {
5 type: HOMEPAGE
6 value: "https://crates.io/crates/lazycell"
7 }
8 url {
9 type: GIT
10 value: "https://github.com/indiv0/lazycell"
11 }
Haibo Huang6f3fa152020-08-11 23:25:13 -070012 version: "1.3.0"
Chih-Hung Hsiehde83b092020-04-07 14:24:01 -070013 license_type: NOTICE
14 last_upgrade_date {
15 year: 2020
Haibo Huang6f3fa152020-08-11 23:25:13 -070016 month: 8
17 day: 11
Chih-Hung Hsiehde83b092020-04-07 14:24:01 -070018 }
19}