aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 433ae788b2f26507ec79636f6252e4c62f90acf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: "rand_chacha"
description:
    "ChaCha random number generator"

third_party {
  url {
    type: HOMEPAGE
    value: "https://crates.io/crates/rand_chacha"
  }
  url {
    type: GIT
    value: "https://github.com/rust-random/rand"
  }
  version: "0.2.2"
  last_upgrade_date { year: 2020 month: 6 day: 18 }
  # Dual-licensed, using the least restrictive per go/thirdpartylicenses#same.
  license_type: NOTICE
}