[package] name = "dt-cli" description = "$HOME, $HOME everywhere" version = "0.7.9" edition = "2021" authors = ["Gaoyang Zhang "] documentation = "https://dt.cli.rs/" license = "MIT OR Apache-2.0" repository = "https://github.com/blurgyy/dt" categories = ["command-line-utilities"] keywords = ["config", "dotfile", "manager"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] dirs = "4.0.0" dt-core = { path = "../dt-core", version = "0.7.9" } log = "0.4.14" pretty_env_logger = "0.4.0" structopt = "0.3.25" [target.armv7-unknown-linux-gnueabihf] linker = "arm-linux-gnueabihf-gcc" [target.aarch64-unknown-linux-gnu] linker = "aarch64-linux-gnu-gcc" # Author: Blurgy # Date: Sep 17 2021, 21:32 [CST]