# cpy A basic, cross platform Rust library to copy files using glob patterns. ``` cpy target/**/*.{dll,dylib,so} dist --preserve-directories ```