aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2020-10-23 08:03:13 -0700
committerJoel Galenson <jgalenson@google.com>2020-10-23 08:03:13 -0700
commite382669d064c170070dd0defbf524b20c8c49997 (patch)
tree38d314dc5d039db1052ee1931dfbdedcd4135c17 /METADATA
parent4bf0c30e286d482eb711dc677be906adcba4650b (diff)
downloadmio-e382669d064c170070dd0defbf524b20c8c49997.tar.gz
Add metadata files
Test: None Change-Id: Ibdf7831f95b4f03718f1a67d933e0f7f774179f7
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..2b8050c
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,17 @@
+name: "mio"
+description:
+ "Lightweight non-blocking IO"
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://crates.io/crates/mio"
+ }
+ url {
+ type: ARCHIVE
+ value: "https://static.crates.io/crates/mio/mio-0.7.3.crate"
+ }
+ version: "0.7.3"
+ last_upgrade_date { year: 2020 month: 10 day: 16 }
+ license_type: NOTICE
+}