Chirantan Ekbote | 1af1222 | 2021-01-14 18:26:49 +0900 | [diff] [blame] | 1 | # Copyright 2021 The Chromium OS Authors. All rights reserved. |
| 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | EAPI=7 |
| 6 | |
| 7 | CROS_RUST_REMOVE_DEV_DEPS=1 |
| 8 | |
| 9 | inherit cros-rust |
| 10 | |
| 11 | DESCRIPTION="Task abstraction for building executors" |
| 12 | HOMEPAGE="https://github.com/smol-rs/async-task" |
| 13 | SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate" |
| 14 | |
| 15 | LICENSE="|| ( MIT Apache-2.0 )" |
| 16 | SLOT="${PV}/${PR}" |
| 17 | KEYWORDS="*" |