[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] 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"