blob: 463f005fc34aa67ee2a350187f8bfc7bf40e07a0 [file] [log] [blame]
Joel Galensonf477e7f2021-04-02 10:55:31 -07001name: "async_task"
2description:
3 "Task abstraction for building executors (in rust)."
4
5third_party {
6 url {
7 type: HOMEPAGE
Jorge E. Moreiraf6e0c8e2021-05-11 14:55:01 -07008 value: "https://crates.io/crates/async-task"
Joel Galensonf477e7f2021-04-02 10:55:31 -07009 }
10 url {
Jorge E. Moreiraf6e0c8e2021-05-11 14:55:01 -070011 type: ARCHIVE
12 value: "https://static.crates.io/crates/async-task/async-task-4.0.3.crate"
Joel Galensonf477e7f2021-04-02 10:55:31 -070013 }
Jorge E. Moreiraf6e0c8e2021-05-11 14:55:01 -070014 version: "4.0.3"
Joel Galensonf477e7f2021-04-02 10:55:31 -070015 last_upgrade_date { year: 2021 month: 2 day: 5 }
16 license_type: NOTICE
17}