coreutils/src/whoami/Cargo.toml
2017-07-15 15:16:09 -05:00

22 lines
309 B
TOML

[package]
name = "whoami"
version = "0.0.1"
authors = []
[lib]
name = "uu_whoami"
path = "whoami.rs"
[dependencies]
getopts = "0.2.14"
winapi = "0.2.8"
advapi32-sys = "0.2.0"
[dependencies.uucore]
path = "../uucore"
default-features = false
features = ["entries"]
[[bin]]
name = "whoami"
path = "main.rs"