aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2021-02-18 09:41:06 +0100
committerJeff Vander Stoep <jeffv@google.com>2021-02-18 10:19:30 +0100
commit647493e10df459f2e4cc4cab77918fcba6a887dc (patch)
tree3bc261bbf5db0e4e8e5c3e3f55140fd6a182a560 /METADATA
parenta0b20b1c027183c3ccefef42435b43ba2b62b15e (diff)
downloadasync-stream-647493e10df459f2e4cc4cab77918fcba6a887dc.tar.gz
Import async-stream v0.3.0android-s-preview-1
Bug: 179649848 Test: atest Change-Id: Ieee7b08084c058ea91c56b42e42c87b651ccdb6c
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..062a50f
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,19 @@
+name: "async-stream"
+description: "Asynchronous streams using async & await notation"
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://crates.io/crates/async-stream"
+ }
+ url {
+ type: ARCHIVE
+ value: "https://static.crates.io/crates/async-stream/async-stream-0.3.0.crate"
+ }
+ version: "0.3.0"
+ license_type: NOTICE
+ last_upgrade_date {
+ year: 2021
+ month: 2
+ day: 8
+ }
+}