aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-04-02 10:55:31 -0700
committerJoel Galenson <jgalenson@google.com>2021-04-02 10:55:31 -0700
commitf477e7f2e7a3f57dc62c8c3d292399f029fdc492 (patch)
treeb339dd815f3de4e72eb35da7053dbc65098f5c68
parent16755c856e4bc8d4db4021ae5fdc77cd74bad433 (diff)
downloadasync-task-f477e7f2e7a3f57dc62c8c3d292399f029fdc492.tar.gz
Add missing METADATA file.
Test: Run updater script. Change-Id: I1938f5f2324096bb27faa1d96b9ee9904cbc8adf
-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
+}