-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from TC999/mul
实现 #40
- Loading branch information
Showing
10 changed files
with
189 additions
and
57 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,3 +28,6 @@ Cargo.lock | |
*.log | ||
adcignore.txt | ||
/rules | ||
|
||
# yaml 规则文件 | ||
*.yaml |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
[package] | ||
name = "AppDataCleaner" | ||
version = "1.0.3-b3" | ||
version = "1.0.5-b1" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
egui = "0.29.1" | ||
eframe = "0.29.1" | ||
dirs-next = "2.0" | ||
tokio = { version = "1", features = ["full"] } | ||
tokio = { version = "1.42.0", features = ["full"] } | ||
walkdir = "2.4" | ||
log = "0.4" | ||
simplelog = "0.12" | ||
sha2 = "0.10" | ||
native-dialog = "0.7.0" | ||
serde = { version = "1.0", features = ["derive"] } | ||
serde = { version = "1.0.216", features = ["derive"] } | ||
serde_yaml = "0.9.34+deprecated" |
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
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
Oops, something went wrong.