# 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 = "gitspace" version = "0.0.1" authors = ["alechp"] description = "git-based tool to clone & symlink multiple repositories in one workspace" readme = "README.md" keywords = [ "workspace", "git", "monolith", "clone", "symlink", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/capswan/cli-gitspace" resolver = "2" [dependencies.clap] version = "4.0.18" features = ["derive"] [dependencies.dirs] version = "4.0.0" [dependencies.git2] version = "0.15.0" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.symlink] version = "0.1.0"