aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 3810dc6993ed8f6e4db42dd9886571d197a27d57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: "syn"
description: "Syn is a parsing library for parsing a stream of Rust tokens into a syntax tree of Rust source code."
third_party {
  url {
    type: HOMEPAGE
    value: "https://crates.io/crates/syn"
  }
  url {
    type: ARCHIVE
    value: "https://static.crates.io/crates/syn/syn-1.0.40.crate"
  }
  version: "1.0.40"
  license_type: NOTICE
  last_upgrade_date {
    year: 2020
    month: 9
    day: 8
  }
}