# 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 = "2018" name = "too-many-timestamps" version = "0.1.0" authors = ["0x5c "] description = "Simple CLI tool to interpret and convert UNIX timestamps" license = "LiLiQ-Rplus-1.1" [[bin]] name = "timestamps" path = "src/timestamps.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.0.0-beta.4" [dependencies.crossterm] version = "0.22"