coreutils/src/whoami/Cargo.toml

23 lines
309 B
TOML
Raw Normal View History

[package]
name = "whoami"
version = "0.0.1"
authors = []
[lib]
name = "uu_whoami"
path = "whoami.rs"
[dependencies]
2017-07-15 19:03:43 +00:00
getopts = "0.2.14"
winapi = "0.2.8"
advapi32-sys = "0.2.0"
2016-08-14 05:53:42 +00:00
[dependencies.uucore]
path = "../uucore"
default-features = false
features = ["entries"]
[[bin]]
name = "whoami"
path = "main.rs"