wrouch 0.1.1

Wrouch is a cli tool that implements `touch` by Rust and supports Windows.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.chrono]
version = "0.4"

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

[package]
authors = ["Bruce Du <bingxuan_du@126.com>"]
description = "Wrouch is a cli tool that implements `touch` by Rust and supports Windows."
edition = "2021"
homepage = "https://github.com/BruceDu521/wrouch"
keywords = ["utility", "cli", "touch", "windows"]
license = "MIT/Apache-2.0"
name = "wrouch"
readme = "README.md"
repository = "https://github.com/BruceDu521/wrouch.git"
version = "0.1.1"