# 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 = "gitlasso" version = "0.2.1" authors = ["Kevin Mahoney "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Manage multiple Git repositories" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/KMahoney/GitLasso" [[bin]] name = "gitlasso" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.13" features = ["derive"] [dependencies.clap_complete] version = "4.5.33" [dependencies.crossterm] version = "0.28.1" [dependencies.directories] version = "5.0.1" [dependencies.dirs] version = "5.0.1" [dependencies.git2] version = "0.19.0" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.walkdir] version = "2.5.0"