[dependencies.structopt]
default-features = false
features = ["suggestions", "wrap_help"]
version = "0.2"
[dependencies.walkdir]
version = "2"
[package]
authors = ["Douman <douman@gmx.se>"]
description = "Simple utility to copy files into directory, only if they are updated"
edition = "2018"
include = ["**/*.rs", "Cargo.toml", "README.md"]
license = "Apache-2.0"
name = "dir_update"
readme = "README.md"
repository = "https://github.com/DoumanAsh/dir_update"
version = "0.2.0"
[profile.release]
lto = true
opt-level = "z"