dev-rust: add num-integer crate
We need this crate for memd.
BUG=chromium:926668
TEST=emerge-caroline dev-rust/num-integer
Change-Id: Ie1943f595d99822c31550682e3ab9368e30198b6
Reviewed-on: https://chromium-review.googlesource.com/1484124
Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com>
Tested-by: Sonny Rao <sonnyrao@chromium.org>
Reviewed-by: Sonny Rao <sonnyrao@chromium.org>
diff --git a/dev-rust/num-integer/num-integer-0.1.38.ebuild b/dev-rust/num-integer/num-integer-0.1.38.ebuild
new file mode 100644
index 0000000..5bb17560
--- /dev/null
+++ b/dev-rust/num-integer/num-integer-0.1.38.ebuild
@@ -0,0 +1,17 @@
+# 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="Integer trait and functions for Rust."
+HOMEPAGE="https://github.com/rust-num/num-integer"
+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/num-traits-0.2.4:=
+"