feat: port to Microsoft Windows

This commit is contained in:
2025-02-23 18:12:20 +00:00
parent a29bce2227
commit caead1e70f
12 changed files with 145 additions and 26 deletions

11
rust/Cargo.lock generated
View File

@ -2359,6 +2359,16 @@ dependencies = [
"serde_json",
]
[[package]]
name = "junction"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72bbdfd737a243da3dfc1f99ee8d6e166480f17ab4ac84d7c34aacd73fc7bd16"
dependencies = [
"scopeguard",
"windows-sys 0.52.0",
]
[[package]]
name = "keyboard-types"
version = "0.7.0"
@ -4317,6 +4327,7 @@ dependencies = [
"directories",
"flate2",
"futures",
"junction",
"log",
"regex",
"reqwest",