coreutils/src/uu/arch/Cargo.toml

22 lines
619 B
TOML
Raw Normal View History

[package]
name = "uu_arch"
version = "0.0.1"
authors = ["uutils developers"]
license = "MIT"
description = "arch ~ (uutils) display machine architecture"
homepage = "https://github.com/uutils/coreutils"
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/arch"
[lib]
path = "src/arch.rs"
[dependencies]
2019-04-29 02:37:23 +00:00
platform-info = "0.0.1"
uucore = { version="0.0.3", package="uucore", git="https://github.com/uutils/uucore.git", branch="canary" }
uucore_procs = { version="0.0.3", package="uucore_procs", git="https://github.com/uutils/uucore.git", branch="canary" }
[[bin]]
name = "arch"
path = "src/main.rs"