cargo build --release --manifest-path "/c/Users/ljful/AppData/Local/Temp/tmpybz5qwye/sable/sable-tmp/Cargo.toml" --target-dir "/c/Users/ljful/AppData/Local/Temp/tmpybz5qwye/sable/sable-tmp/target"
    Updating crates.io index
     Locking 24 packages to latest Rust 1.96.0 compatible versions
 Downloading crates ...
  Downloaded anstream v1.0.0
  Downloaded windows-link v0.2.1
  Downloaded clap_lex v1.1.0
  Downloaded quote v1.0.45
  Downloaded unicode-ident v1.0.24
  Downloaded proc-macro2 v1.0.106
  Downloaded clap v4.6.1
  Downloaded anyhow v1.0.102
  Downloaded anstyle-parse v1.0.0
  Downloaded clap_builder v4.6.0
  Downloaded anstyle v1.0.14
  Downloaded clap_derive v4.6.1
  Downloaded syn v2.0.118
  Downloaded anstyle-wincon v3.0.11
  Downloaded anstyle-query v1.1.5
  Downloaded utf8parse v0.2.2
  Downloaded strsim v0.11.1
  Downloaded once_cell_polyfill v1.70.2
  Downloaded is_terminal_polyfill v1.70.2
  Downloaded heck v0.5.0
  Downloaded colorchoice v1.0.5
  Downloaded windows-sys v0.61.2
  Downloaded cozy-chess-types v0.2.2
  Downloaded cozy-chess v0.3.4
   Compiling windows-link v0.2.1
   Compiling proc-macro2 v1.0.106
   Compiling unicode-ident v1.0.24
   Compiling quote v1.0.45
   Compiling once_cell_polyfill v1.70.2
   Compiling utf8parse v0.2.2
   Compiling anstyle v1.0.14
   Compiling cozy-chess-types v0.2.2
   Compiling windows-sys v0.61.2
   Compiling anstyle-parse v1.0.0
   Compiling is_terminal_polyfill v1.70.2
   Compiling colorchoice v1.0.5
   Compiling anyhow v1.0.102
   Compiling strsim v0.11.1
   Compiling heck v0.5.0
   Compiling cozy-chess v0.3.4
   Compiling clap_lex v1.1.0
   Compiling anstyle-wincon v3.0.11
   Compiling anstyle-query v1.1.5
   Compiling sable-engine v1.1.10 (C:\Users\ljful\AppData\Local\Temp\tmpybz5qwye\sable\sable-tmp)
   Compiling anstream v1.0.0
   Compiling clap_builder v4.6.0
   Compiling syn v2.0.118
   Compiling clap_derive v4.6.1
   Compiling clap v4.6.1
    Finished `release` profile [optimized] target(s) in 44.74s
powershell.exe -NoProfile -Command "Copy-Item -LiteralPath '/c/Users/ljful/AppData/Local/Temp/tmpybz5qwye/sable/sable-tmp/target/release/sable-engine.exe' -Destination 'sable-F60ECE74' -Force"
Copy-Item : Cannot find path '/c/Users/ljful/AppData/Local/Temp/tmpybz5qwye/sable/sable-tmp/target/release/sable-engine.exe' 
because it does not exist.
At line:1 char:1
+ Copy-Item -LiteralPath '/c/Users/ljful/AppData/Local/Temp/tmpybz5qwye ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (/c/Users/ljful/...able-engine.exe:String) [Copy-Item], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.CopyItemCommand
 
make: *** [Makefile:31: build] Error 1