blob: 4e6b80fa398e5c6a2965b8bbc24853123f44ac39 [file] [log] [blame]
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
CROS_RUST_REMOVE_DEV_DEPS=1
inherit cros-rust
DESCRIPTION="A trait object based error type for easy idiomatic error handling."
HOMEPAGE="https://github.com/thiserror/"
SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
LICENSE="|| ( MIT Apache-2.0 )"
SLOT="${PV}/${PR}"
KEYWORDS="*"
# error: could not compile `anyhow`
RESTRICT="test"