Skip to content

Commit 87b12b9

Browse files
committed
add
1 parent bf00f85 commit 87b12b9

File tree

2 files changed

+254
-125
lines changed

2 files changed

+254
-125
lines changed

Linux/rename/Cargo.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,17 @@ authors = ["[email protected]", "[email protected]"]
88
description = "Rename Files using Regex"
99

1010
[dependencies]
11+
anyhow = "1.0"
12+
atty = "0.2"
1113
clap = { version = "4.0", features = ["derive"] }
12-
regex = "1.0"
14+
futures = "0.3"
1315
glob = "0.3"
14-
atty = "0.2"
16+
num_cpus = "1.0"
17+
regex = "1.0"
18+
thiserror = "1.0"
19+
tokio = { version = "1.0", features = ["full"] }
20+
tracing = "0.1"
21+
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
1522

1623
[profile.release]
1724
codegen-units = 1

0 commit comments

Comments
 (0)