touch command line in Rust. Because it doesn't exist on Windows.
To set the modified time of files to the current system time.
cargo build --release
Executable will be in:
target\release\touch.exe
touch FILEPATH [FILEPATH2 ...]
For example:
touch file1.txt
touch file2.txt file3.txt