aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorJakub Kotur <qtr@google.com>2020-12-22 09:58:47 +0100
committerJakub Kotur <qtr@google.com>2021-03-05 17:15:16 +0100
commit27f5168c6679356c05063be2a19222e578951e9b (patch)
tree7676eda0875eaa77883d8e8cbe9abbb90650bbc6 /METADATA
parentd767123c85c3c3a24769be78d2d024fa2ca2bfca (diff)
downloadeither-27f5168c6679356c05063be2a19222e578951e9b.tar.gz
Add metadata files for either.
Bug: 155309706 Change-Id: I1ae2833aecfdc417a6634f619161bc361e86c679
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA19
1 files changed, 19 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..58f339d
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,19 @@
+name: "either"
+description: "The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases."
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://crates.io/crates/either"
+ }
+ url {
+ type: ARCHIVE
+ value: "https://static.crates.io/crates/either/either-1.6.1.crate"
+ }
+ version: "1.6.1"
+ license_type: NOTICE
+ last_upgrade_date {
+ year: 2020
+ month: 12
+ day: 21
+ }
+}