# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "git-subcopy" version = "0.1.0" authors = ["jD91mZM2 "] description = "Link files across git repositories" keywords = ["git"] categories = ["command-line-utilities", "development-tools"] license = "MIT" repository = "https://gitlab.com/jD91mZM2/git-subcopy" [dependencies.anyhow] version = "1.0.11" [dependencies.base64] version = "0.10.1" [dependencies.dirs] version = "2.0.2" [dependencies.env_logger] version = "0.7.0" [dependencies.git2] version = "0.10.1" [dependencies.log] version = "0.4.8" [dependencies.structopt] version = "0.3.3" [dependencies.tempfile] version = "3.1.0" [dependencies.walkdir] version = "2.2.9"