blob: 647a91ce895356eee4a9d1b2dde7423413686e4d [file] [log] [blame]
Chirantan Ekbote1af12222021-01-14 18:26:49 +09001# 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
5EAPI=7
6
7CROS_RUST_REMOVE_DEV_DEPS=1
8
9inherit cros-rust
10
11DESCRIPTION="Task abstraction for building executors"
12HOMEPAGE="https://github.com/smol-rs/async-task"
13SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
14
15LICENSE="|| ( MIT Apache-2.0 )"
16SLOT="${PV}/${PR}"
17KEYWORDS="*"