blob: fe630e7d6c7ead7c19e9d9afa90a8ec92247961a [file] [log] [blame]
Joel Galenson424f1b42020-07-07 13:20:14 -07001name: "getrandom"
2description:
3 "A small cross-platform library for retrieving random data from system "
4 "source"
5
6third_party {
7 url {
8 type: HOMEPAGE
9 value: "https://crates.io/crates/getrandom"
10 }
11 url {
12 type: GIT
13 value: "https://github.com/rust-random/getrandom"
14 }
15 version: "0.1.14"
16 last_upgrade_date { year: 2020 month: 6 day: 18 }
17 license_type: NOTICE
18}