[package] name = "dotcopter" version = "0.5.0" authors = ["Patrick Haun "] description = "A small tool to manage dotfile installation" repository = "https://github.com/bomgar/dotcopter" readme = "README.org" keywords = ["dotfile", "dotfiles"] license = "Apache-2.0" edition = "2018" [dependencies] dirs = "3" clap = "2.29" slog-term = "2" slog-async = "2" rust-crypto = "0.2" regex = "1.0" spectral = "0.6.0" [dependencies.slog] version = "2" features = ["release_max_level_trace", "max_level_debug"] [dependencies.yaml-rust] version = "0.4"