aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-04-02 20:50:16 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-02 20:50:16 +0000
commitaac022fb6d8a7d566d4a557eb0889204e42053ac (patch)
treeb339dd815f3de4e72eb35da7053dbc65098f5c68
parent97c43b985349753ded3e89baae351a6f3e3c8d17 (diff)
parent00c051247dbf854652a4dc4c02205da58dc52e0b (diff)
downloadasync-task-aac022fb6d8a7d566d4a557eb0889204e42053ac.tar.gz
Add missing METADATA file. am: f477e7f2e7 am: 00c051247d
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/async-task/+/1663185 Change-Id: I8874895b0718de16734d721add1280c78aec8967
-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
+}