rip/Cargo.toml
Kevin Liu 43711e6fa1 Use a different graveyard per user by default
This also obviates the need for umask/permissions juju.
2016-11-04 13:19:07 -07:00

22 lines
365 B
TOML

[package]
name = "rm-improved"
version = "0.11.0"
authors = ["mail@nivekuil.com"]
description = "rip: a safe and ergonomic alternative to rm"
repository = "https://github.com/nivekuil/rip"
license = "GPL-3.0+"
include = [
"**/*.rs",
"Cargo.toml",
]
[dependencies]
clap = "2"
walkdir = "0.1"
time = "0.1"
[profile.release]
lto = true
[[bin]]
name = "rip"