# 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 = "glrepo" version = "0.4.1" authors = ["Mikael Hermansson "] description = "A multi GIT project fetch tool inspired by google repo tool." homepage = "https://gitlab.com/mike7b4/glrepo" readme = "readme.md" license = "MIT" repository = "https://gitlab.com/mike7b4/glrepo.git" resolver = "2" [dependencies.clap] version = "3" features = ["derive"] [dependencies.colored] version = "2" [dependencies.git2] version = "0.13" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.simple_logger] version = "2" features = ["stderr"]