aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorJason Macnak <natsu@google.com>2020-04-06 10:30:28 -0700
committerJason Macnak <natsu@google.com>2020-04-06 10:30:28 -0700
commitc417d3b8e54162ffaebbe968ea49428da5198558 (patch)
tree3cba9568bd9debde72a475fd0f367a87a3a7fb27 /METADATA
parent0effc9e03e8c57f0f38d51e7c74a1e3f21f66447 (diff)
downloadfutures-util-c417d3b8e54162ffaebbe968ea49428da5198558.tar.gz
Import 'futures-util' rust crate version 0.3.4
Bug: b/151760391 Test: m crosvm.experimental Change-Id: I03ce20612b0c746bbff5053e98a1ec0310c75fdd
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA17
1 files changed, 17 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..4a196e3
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,17 @@
+name: "futures-util"
+description:
+ "Common utilities and extension traits for the futures-rs library."
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://crates.io/crates/futures-util"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/rust-lang/futures-rs"
+ }
+ version: "0.3.4"
+ last_upgrade_date { year: 2020 month: 3 day: 17 }
+ license_type: NOTICE
+}