coreutils/src/uu/arch/Cargo.toml

18 lines
414 B
TOML
Raw Normal View History

[package]
name = "uu_arch"
version = "0.0.1"
authors = []
license = "MIT"
[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"