# 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 = "tmst" version = "0.2.1" authors = ["Nathan Ringo "] description = "Simple timesheet software." homepage = "https://github.com/remexre/tmst" readme = "README.md" keywords = ["timesheet"] license = "Apache-2.0/MIT" repository = "https://github.com/remexre/tmst" [dependencies.chrono] version = "0.4.7" [dependencies.diesel] version = "1.4.2" features = ["sqlite"] default-features = false [dependencies.diesel_migrations] version = "1.4.0" [dependencies.dirs] version = "2.0.1" [dependencies.libremexre] version = "0.1.12" features = ["log", "pretty_env_logger"] [dependencies.log] version = "0.4.7" [dependencies.structopt] version = "0.2.18"