pruner 0.78.0

A command-line utility and library to prune backups on a schedule.
Documentation
[package]
name = "pruner"
description = "A command-line utility and library to prune backups on a schedule."
version = "0.78.0"
authors = ["Kevin Cox <kevincox@kevincox.ca>"]
edition = "2021"
homepage = "https://gitlab.com/kevincox/pruner"
repository = "https://gitlab.com/kevincox/pruner"
license = "Apache-2.0"

[profile.release]
codegen-units = 1
debug = true
lto = true
panic = "abort"

[dependencies]
chrono = "0.4.24"
iso8601 = "0.6.1"
structopt = "0.3.26"

[dev-dependencies]
proptest = "1.1.0"