[package] name = "shellock-homes" version = "0.1.0" edition = "2021" license = "MIT" description = "opinonated dotfile manager" homepage = "https://git.sr.ht/~mkrull/shellock-homes" repository = "https://git.sr.ht/~mkrull/shellock-homes" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1" clap = { version = "3.2", features = ["derive"] } env_logger = "0.9" log = { version = "^0.4.14", features = ["std"] } serde = { version = "1", features = ["derive"] } serde_json = "1" tempfile = "3" thiserror = "1" walkdir = "2" xdg = "2.1" [dev-dependencies] serial_test = "0.9"