aboutsummaryrefslogtreecommitdiffstats
path: root/METADATA
blob: 6cef13154968055484662d044a8377df2de2bd9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: "quote"
description: "This crate provides the quote! macro for turning Rust syntax tree data structures into tokens of source code."
third_party {
  url {
    type: HOMEPAGE
    value: "https://crates.io/crates/quote"
  }
  url {
    type: GIT
    value: "https://github.com/dtolnay/quote"
  }
  version: "1.0.6"
  license_type: NOTICE
  last_upgrade_date {
    year: 2020
    month: 5
    day: 18
  }
}