[package] name = "filers" version = "0.1.9" authors = ["Lennart Heinrich "] edition = "2018" license = "ISC" description = "Collection of file tools" readme = "README.md" [dependencies] kern = "=1.0.3" # incompatible with >=1.1.0 [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