mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 09:03:14 +00:00
13 lines
140 B
TOML
13 lines
140 B
TOML
|
[package]
|
||
|
name = "whoami"
|
||
|
version = "0.0.1"
|
||
|
authors = []
|
||
|
|
||
|
[lib]
|
||
|
name = "whoami"
|
||
|
path = "whoami.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
getopts = "*"
|
||
|
libc = "*"
|