nflz 1.0.2

CLI + Library to add leading zeros to ascending numbered file names. NFLZ stands for Numbered Files Leading Zeros.
[dependencies.log]
version = "0.4"

[dependencies.regex]
version = "1.5"
[dev-dependencies.fs_extra]
version = "1.2"

[package]
authors = ["Philipp Schuster <phip1611@gmail.com>"]
categories = ["command-line-utilities", "filesystem"]
description = "CLI + Library to add leading zeros to ascending numbered file names. NFLZ stands for Numbered Files Leading Zeros."
documentation = "https://docs.rs/nflz/"
edition = "2021"
exclude = [".github", "test-resources"]
homepage = "https://github.com/phip1611/nflz"
keywords = ["file", "filename", "ascending", "numbered", "zeros"]
license = "MIT"
name = "nflz"
readme = "README.md"
repository = "https://github.com/phip1611/nflz"
version = "1.0.2"