# 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" rust-version = "1.74" name = "dottler" version = "0.1.1" authors = ["Luke Leppan"] description = "Dottle you dotfiles" readme = "README.md" keywords = ["dotfiles"] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/lukeleppan/dottler" [dependencies.chrono] version = "0.4.33" [dependencies.clap] version = "4.4.18" features = [ "derive", "help", ] [dependencies.exitcode] version = "1.1.2" [dependencies.git2] version = "0.18.1" [dependencies.url] version = "2.5.0" features = ["serde"] [dependencies.walkdir] version = "2.4.0"