ffcnt 0.3.2

Fast file counting on HDDs
[[bin]]
name = "ffcnt"
path = "src/main.rs"
[dependencies.atty]
version = "0.2.14"

[dependencies.clap]
version = "2.20"

[dependencies.derive-error]
version = "0.0.5"

[dependencies.platter-walk]
version = "0.1.3"

[package]
authors = ["The8472"]
categories = ["command-line-utilities", "filesystem"]
description = "Fast file counting on HDDs"
edition = "2018"
include = ["**/*.rs", "README.md", "LICENCE", "Cargo.toml", "Cargo.lock"]
keywords = ["linux", "cli"]
license = "GPL-3.0"
name = "ffcnt"
readme = "README.md"
repository = "https://github.com/the8472/ffcnt"
version = "0.3.2"
[profile.release]
debug = false
lto = true
opt-level = "s"
panic = "abort"