Import 'futures-executor' rust crate version 0.3.4
Bug: b/151760391
Test: m crosvm.experimental
Change-Id: Ibc1d910237f83f47a4896aba84707fbaac365c10
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..76d12b2
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,17 @@
+name: "futures-executor"
+description:
+ "Executors for asynchronous tasks based on the futures-rs library."
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://crates.io/crates/futures-executor"
+ }
+ 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
+}