2016-09-20 04:52:56 +00:00
|
|
|
[package]
|
|
|
|
name = "rm-improved"
|
2016-10-22 03:16:48 +00:00
|
|
|
version = "0.9.0"
|
2016-08-31 01:12:21 +00:00
|
|
|
authors = ["mail@nivekuil.com"]
|
2016-09-30 15:43:34 +00:00
|
|
|
description = "rip: a safety-focused alternative to rm."
|
2016-09-20 04:52:56 +00:00
|
|
|
repository = "https://github.com/nivekuil/rip"
|
|
|
|
license = "GPL-3.0+"
|
|
|
|
include = [
|
|
|
|
"**/*.rs",
|
|
|
|
"Cargo.toml",
|
|
|
|
]
|
2016-08-31 01:12:21 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
clap = "2"
|
2016-09-03 09:31:16 +00:00
|
|
|
walkdir = "0.1"
|
2016-10-13 04:47:32 +00:00
|
|
|
libc = "0.2"
|
2016-09-17 19:27:22 +00:00
|
|
|
|
|
|
|
[profile.release]
|
2016-09-20 04:52:56 +00:00
|
|
|
lto = true
|
2016-09-23 20:57:27 +00:00
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "rip"
|