filers 0.1.6

Collection of file tools
Documentation
[package]
name = "filers"
version = "0.1.6"
authors = ["Lennart Heinrich <lennart@ltheinrich.de>"]
edition = "2018"
license = "ISC"
repository = "https://github.com/ltheinrich/filers"
description = "Collection of file tools"
readme = "README.md"

[dependencies]

[package.metadata.deb]
section = "admin"
priority = "optional"
depends = ""
license-file = ["LICENSE", "1"]
extended-description = """\
Filers is a collection of file tools written in Rust.
It consists of many different commands."""

[profile.release]
lto = true
codegen-units = 1