[package] name = "filetime-exec" version = "0.1.0" edition = "2021" license = "MIT-0" description = "A mini program used to run a command if a file is last modified before given duration." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] humantime = "2.1.0"