# 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 = "riptouch" version = "0.4.0" include = ["main.rs", "Cargo.toml"] description = "A simple touch rip off that can add custom text in the begining." homepage = "https://github.com/BangariSaiAnvesh/riptouch" readme = "README.md" keywords = ["touch", "cli", "custom_text"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/BangariSaiAnvesh/riptouch" resolver = "2" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.2.17" features = ["derive"]