maxtime 0.4.0

Find the maximum mtime in a directory.
[dependencies.anyhow]
features = ["backtrace"]
version = "1.0.71"

[dependencies.clap]
features = ["derive"]
version = "4.2.7"

[dependencies.filetime]
version = "0.2.21"

[dependencies.ignore]
version = "0.4.20"

[dependencies.time]
features = ["formatting"]
version = "0.3.21"
[dev-dependencies.assert_cmd]
version = "2.0.11"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.tempfile]
version = "3.5.0"

[package]
authors = ["Tim Hutt <tdhutt@gmail.com>"]
description = "Find the maximum mtime in a directory."
edition = "2021"
license = "MIT"
name = "maxtime"
readme = "README.md"
version = "0.4.0"
[profile.release]
codegen-units = 1
lto = "thin"
strip = "symbols"