Allen Webb | 8c02764 | 2021-05-08 12:34:59 -0500 | [diff] [blame] | 1 | # Copyright 2021 The Chromium OS Authors. All rights reserved. |
2 | # Distributed under the terms of the GNU General Public License v2 | ||||
3 | |||||
4 | EAPI="7" | ||||
5 | |||||
6 | CROS_RUST_EMPTY_CRATE=1 | ||||
7 | |||||
8 | inherit cros-rust | ||||
9 | |||||
10 | DESCRIPTION="Empty crate" | ||||
11 | HOMEPAGE="" | ||||
12 | |||||
13 | LICENSE="BSD-Google" | ||||
14 | SLOT="${PV}/${PR}" | ||||
15 | KEYWORDS="*" | ||||
16 | |||||
17 | # This file was automatically generated by cargo2ebuild.py |