# 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 = "simple-task-timer" version = "0.3.0" authors = ["Felipe Zambrin"] description = "A simple timer for keeping track of your tasks without leaving the terminal" homepage = "https://github.com/zambrinf/simple-task-timer" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/zambrinf/simple-task-timer" [[bin]] name = "timer" path = "src/main.rs" [dependencies.chrono] version = "0.4.35" [dependencies.clap] version = "4.3.19" features = ["cargo"] [dependencies.serde] version = "1.0.180" features = ["derive"] [dependencies.serde_json] version = "1.0.104"