# 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 = "git-together-ssh" version = "0.2.1" authors = ["Alpha Chen , Alden Davidson "] description = "Enable seamless git usage when paired programming on a shared machine" homepage = "https://gitlab.com/section-31/git-together-ssh" documentation = "https://gitlab.com/section-31/git-together-ssh/-/blob/main/README.md" readme = "README.md" license-file = "License.md" repository = "https://gitlab.com/section-31/git-together-ssh" resolver = "2" [dependencies.dialoguer] version = "0.10.4" [dependencies.error-chain] version = "0.12" [dependencies.git2] version = "=0.17.1" [dependencies.shellexpand] version = "3.1.0"