feat: port to Microsoft Windows
This commit is contained in:
11
rust/Cargo.lock
generated
11
rust/Cargo.lock
generated
@ -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",
|
||||
|
Reference in New Issue
Block a user