# 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 = "teams" version = "4.0.1" authors = ["Willy Micieli"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a free software to ensure better project management for teams" homepage = "https://github.com/otechdo/teams/wiki" readme = "README.md" keywords = [ "Organization", "Todo", "Monitoring", "Communication", "Quality", ] categories = ["development-tools"] license-file = "LICENSE" repository = "https://github.com/otechdo/teams" [[bin]] name = "teams" path = "src/main.rs" [dependencies.argh] version = "0.1.12" [dependencies.cargo_metadata] version = "0.18.1" [dependencies.chrono] version = "0.4.38" [dependencies.inquire] version = "0.7.5"