coreutils/src/kill/Cargo.toml

17 lines
198 B
TOML
Raw Normal View History

[package]
name = "kill"
version = "0.0.1"
authors = []
[lib]
name = "uu_kill"
path = "kill.rs"
[dependencies]
2017-07-15 19:03:43 +00:00
libc = "0.2.26"
uucore = { path="../uucore" }
[[bin]]
name = "kill"
path = "main.rs"