blob: 4b2c60d4f4b08d132afbeed5a41577ed4418d3f8 [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
inherit cros-rust
DESCRIPTION="Utilities for working with time-related functions in Rust."
HOMEPAGE="https://github.com/rust-lang/time"
SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
LICENSE="|| ( MIT Apache-2.0 )"
SLOT="${PV}/${PR}"
KEYWORDS="*"
DEPEND=">=dev-rust/log-0.4.0:=
>=dev-rust/redox_syscall-0.1.0:=
>=dev-rust/winapi-0.3.0:=
>=dev-rust/rustc-serialize-0.3.0:=
"