copy_dir 0.1.3

Copy directories recursively in a straightforward and predictable way.
Documentation
[package]
name = "copy_dir"
version = "0.1.3"
description = "Copy directories recursively in a straightforward and predictable way."
license = "MIT"
authors = ["Michael Dunsmuir <mjdunsmuir@gmail.com>"]
homepage = "https://github.com/mdunsmuir/copy_dir"
include = [
    "**/*.rs",
    "Cargo.toml",
    "LICENSE",
    "README.md",
    "CHANGELOG.md",
]

[dependencies]
walkdir = "2"

[dev-dependencies]
tempdir = "0.3"