-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Glob wasn't needed (at least on the Mac), so it's removed. Added dry-run as a safety measure.
- Loading branch information
1 parent
4c5a9c8
commit e399341
Showing
5 changed files
with
92 additions
and
96 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "gather" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
description = "Gathers files from directories and subdirectories into a target directory." | ||
license = "Apache-2.0" | ||
authors = ["evensolberg <[email protected]>"] | ||
|
@@ -11,7 +11,6 @@ include = ["src/**/*", "README.md"] | |
[dependencies] | ||
clap = "2.34.0" | ||
env_logger = "0.9.0" | ||
glob = "0.3.0" | ||
log = "0.4.14" | ||
|
||
[features] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters