aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-04-02 21:33:26 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-02 21:33:26 +0000
commitb3a945f280d46026a8d96575e5d51638871cad07 (patch)
treeb339dd815f3de4e72eb35da7053dbc65098f5c68
parent936ed472f4c5fbdc86b6a92d67393db486564240 (diff)
parentaac022fb6d8a7d566d4a557eb0889204e42053ac (diff)
downloadasync-task-b3a945f280d46026a8d96575e5d51638871cad07.tar.gz
Add missing METADATA file. am: f477e7f2e7 am: 00c051247d am: aac022fb6d
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/async-task/+/1663185 Change-Id: Ied01873e27d8de10ac71bb85dd0edfe9840cc74b
-rw-r--r--METADATA17
1 files changed, 17 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..0955836
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,17 @@
+name: "async_task"
+description:
+ "Task abstraction for building executors (in rust)."
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://github.com/smol-rs/async-task"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/smol-rs/async-task.git"
+ }
+ version: "v4.0.3"
+ last_upgrade_date { year: 2021 month: 2 day: 5 }
+ license_type: NOTICE
+}