[package] name = "copy_dir" version = "0.1.3" description = "Copy directories recursively in a straightforward and predictable way." license = "MIT" authors = ["Michael Dunsmuir "] homepage = "https://github.com/mdunsmuir/copy_dir" include = [ "**/*.rs", "Cargo.toml", "LICENSE", "README.md", "CHANGELOG.md", ] [dependencies] walkdir = "2" [dev-dependencies] tempdir = "0.3"