diff options
| author | Chih-Hung Hsieh <chh@google.com> | 2020-10-12 00:51:09 -0700 |
|---|---|---|
| committer | Chih-Hung Hsieh <chh@google.com> | 2020-10-12 00:51:09 -0700 |
| commit | ae90a313e6489d0d5d09eabff696287ace1ff1c7 (patch) | |
| tree | 2043057fb909c2f50acbe90f6b941323aeb7666d | |
| parent | 8765c5d72641ce1ff59c71cf58752c62d40f204a (diff) | |
| download | platform_external_rust_crates_syn-ae90a313e6489d0d5d09eabff696287ace1ff1c7.tar.gz platform_external_rust_crates_syn-ae90a313e6489d0d5d09eabff696287ace1ff1c7.tar.bz2 platform_external_rust_crates_syn-ae90a313e6489d0d5d09eabff696287ace1ff1c7.zip | |
Copy description from Cargo.toml to METADATA
Test: make
Change-Id: I183faf09d4eecde7f6b05651ba5d02fba0e5b6b3
| -rw-r--r-- | METADATA | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ name: "syn" -description: "Syn is a parsing library for parsing a stream of Rust tokens into a syntax tree of Rust source code." +description: "Parser for Rust source code" third_party { url { type: HOMEPAGE |
