aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-03-17 13:21:42 -0700
committerChih-Hung Hsieh <chh@google.com>2020-03-19 11:32:03 -0700
commit04bf40bbb86733c28bc3470599898d75f299312d (patch)
treee46117a598c2cfff81968d79e3a7eab7865a1b47 /METADATA
parent63ebae0e99c74e1c9170a005b561f0994bb0a906 (diff)
downloadsyn-04bf40bbb86733c28bc3470599898d75f299312d.tar.gz
Remove old 0.15.42; used only by old crosvm.
* 1.0.7 becomes the default Test: make Bug: 151628085 Change-Id: Iad2f9c69b43d0bbf66fadce54078b11e98cc582e
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA17
1 files changed, 17 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 00000000..b3cf5755
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,17 @@
+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: GIT
+ value: "https://github.com/dtolnay/syn"
+ }
+ version: "1.0.7"
+ last_upgrade_date { year: 2020 month: 3 day: 5 }
+}