Fix worktree creation in WSL2 (#263)

This commit is contained in:
Solomon
2025-07-18 18:26:57 +01:00
committed by GitHub
parent 643d873703
commit 0b1979deba
3 changed files with 108 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ rust-embed = "8.2"
mime_guess = "2.0"
directories = "6.0.0"
open = "5.3.2"
pathdiff = "0.2.1"
ignore = "0.4"
command-group = { version = "5.0", features = ["with-tokio"] }
nix = { version = "0.29", features = ["signal", "process"] }