mirror of
https://github.com/nivekuil/rip
synced 2024-11-10 06:04:17 +00:00
43711e6fa1
This also obviates the need for umask/permissions juju.
22 lines
365 B
TOML
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"
|