aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: fe630e7d6c7ead7c19e9d9afa90a8ec92247961a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: "getrandom"
description:
    "A small cross-platform library for retrieving random data from system "
    "source"

third_party {
  url {
    type: HOMEPAGE
    value: "https://crates.io/crates/getrandom"
  }
  url {
    type: GIT
    value: "https://github.com/rust-random/getrandom"
  }
  version: "0.1.14"
  last_upgrade_date { year: 2020 month: 6 day: 18 }
  license_type: NOTICE
}