coreutils/src/kill/Cargo.toml

17 lines
193 B
TOML
Raw Normal View History

[package]
name = "kill"
version = "0.0.1"
authors = []
[lib]
name = "uu_kill"
path = "kill.rs"
[dependencies]
libc = "*"
uucore = { path="../uucore" }
[[bin]]
name = "kill"
path = "main.rs"