# 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 = "2018" name = "jointhedots" version = "0.1.0" authors = ["Daniel O'Brien "] description = "A simple git-based dotfile manager written entirely in Rust!" license = "MIT" repository = "https://github.com/dob9601/jointhedots" [[bin]] name = "jtd" path = "src/main.rs" [dependencies.clap] version = "3.1.8" features = ["derive"] [dependencies.console] version = "0.15.0" [dependencies.dialoguer] version = "0.8.0" [dependencies.git2] version = "0.14.2" [dependencies.git2_credentials] version = "0.8.0" [dependencies.hex] version = "0.4.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.sha-1] version = "0.10.0" [dependencies.shellexpand] version = "2.1.0" [dependencies.strum] version = "0.23.0" [dependencies.strum_macros] version = "0.23" [dependencies.tempfile] version = "3"