blob: 11a32f715b098731460f470b22f13c9e27090dd7 [file] [log] [blame]
Chris Wailes84928182022-12-12 15:28:48 -08001# This project was upgraded with external_updater.
2# Usage: tools/external_updater/updater.sh update rust/crates/mio
3# For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md
4
Joel Galensone3826692020-10-23 08:03:13 -07005name: "mio"
Jeff Vander Stoep61fa94f2023-02-16 15:24:49 +01006description: "Lightweight non-blocking I/O."
Joel Galensone3826692020-10-23 08:03:13 -07007third_party {
8 url {
9 type: HOMEPAGE
10 value: "https://crates.io/crates/mio"
11 }
12 url {
13 type: ARCHIVE
Jeff Vander Stoep61fa94f2023-02-16 15:24:49 +010014 value: "https://static.crates.io/crates/mio/mio-0.8.6.crate"
Joel Galensone3826692020-10-23 08:03:13 -070015 }
Jeff Vander Stoep61fa94f2023-02-16 15:24:49 +010016 version: "0.8.6"
Joel Galensone3826692020-10-23 08:03:13 -070017 license_type: NOTICE
Chih-Hung Hsieha7d72302020-10-26 17:32:58 -070018 last_upgrade_date {
Jeff Vander Stoep61fa94f2023-02-16 15:24:49 +010019 year: 2023
20 month: 2
21 day: 16
Chih-Hung Hsieha7d72302020-10-26 17:32:58 -070022 }
Joel Galensone3826692020-10-23 08:03:13 -070023}