add copy function

This commit is contained in:
Pakin 2025-09-10 10:25:21 +07:00
parent 681a38987a
commit 2761cf1676
5 changed files with 494 additions and 5 deletions

View file

@ -15,5 +15,6 @@ rayon = "1.10.0"
serde = { version = "1.0.219", features = ["derive", "serde_derive"] }
serde_json = "1.0.140"
tar = "0.4.44"
uu_cp = "0.2.2"
walkdir = "2.5.0"
zip = "5.0.0"