Handle remove-create renames

This commit is contained in:
thePR0M3TH3AN
2025-05-23 10:12:35 -04:00
parent 3a732ace1f
commit 0a1eba0fa4
2 changed files with 117 additions and 44 deletions

View File

@@ -18,6 +18,7 @@ tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter"] }
walkdir = "2.5"
shlex = "1.3"
same-file = "1"
shellexpand = "3.1"
serde_json = { version = "1", optional = true }