# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "wrouch" version = "0.1.1" authors = ["Bruce Du "] description = "Wrouch is a cli tool that implements `touch` by Rust and supports Windows." homepage = "https://github.com/BruceDu521/wrouch" readme = "README.md" keywords = [ "utility", "cli", "touch", "windows", ] license = "MIT/Apache-2.0" repository = "https://github.com/BruceDu521/wrouch.git" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.0.14" features = ["derive"]