mirror of
https://github.com/uutils/coreutils
synced 2024-12-19 17:43:52 +00:00
16 lines
170 B
TOML
16 lines
170 B
TOML
[package]
|
|
name = "kill"
|
|
version = "0.0.1"
|
|
authors = []
|
|
|
|
[lib]
|
|
name = "kill"
|
|
path = "kill.rs"
|
|
|
|
[dependencies]
|
|
getopts = "*"
|
|
libc = "*"
|
|
|
|
[[bin]]
|
|
name="kill"
|
|
path="kill.rs"
|