aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 36926f385df6f9ea42d39fde2da17bdce3597bf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: "glob"
description: "Support for matching file paths against Unix shell style patterns."
third_party {
  url {
    type: HOMEPAGE
    value: "https://crates.io/crates/glob"
  }
  url {
    type: GIT
    value: "https://github.com/rust-lang/glob"
  }
  version: "0.3.0"
  license_type: NOTICE
  last_upgrade_date {
    year: 2020
    month: 3
    day: 31
  }
}