Function cargo::sources::path::last_modified_file
source ยท fn last_modified_file(
path: &Path,
pkg: &Package,
gctx: &GlobalContext,
) -> CargoResult<(FileTime, PathBuf)>
Expand description
Gets the last modified file in a package.