# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "work_tock" version = "0.2.1" authors = ["storyfeet "] description = "A Program to track your hours across various projects" readme = "readme.md" keywords = ["clockin", "work", "timesheet", "hours", "tracker"] license = "MIT" repository = "https://github.com/storyfeet/work_tock" [lib] name = "work_tock_lib" path = "src/lib.rs" [[bin]] name = "work_tock" path = "src/main.rs" [dependencies.chrono] version = "0.4.6" [dependencies.clap_conf] version = "0.1.2" [dependencies.derive_more] version = "0.13.0" [dependencies.failure] version = "0.1.5" [dependencies.failure_derive] version = "0.1.5" [dependencies.gobble] version = "0.6.3" [dependencies.lazy_conf] version = "0.1.1" [dependencies.num] version = "0.2"