From 251f451673eead73b86fb2a90a89584b38bc40f7 Mon Sep 17 00:00:00 2001 From: Ken Chou Date: Tue, 3 Sep 2024 10:27:01 +0800 Subject: [PATCH] update README --- Cargo.toml | 1 + README.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f0d9e6d..9a0ad83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "file-clean-rust" version = "0.1.6" +authors=["Ken Chou "] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index 5a4f3f8..f1f5650 100644 --- a/README.md +++ b/README.md @@ -63,3 +63,7 @@ cleanup: |- regex_pattern1 regex_pattern2 ``` + +## Related projects +- [aria2](https://github.com/aria2/aria2) +- [aria2rpc-oversee](https://github.com/kenchou/aria2rpc-oversee)