Fix windows startup.

This commit is contained in:
Jason Lee 2024-06-25 21:28:08 +08:00
parent 08a99217a2
commit 5e4a16b62d
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View file

@ -4177,6 +4177,7 @@ dependencies = [
"serde",
"serde_json",
"smallvec",
"windows",
]
[[package]]

View file

@ -10,3 +10,4 @@ log.wokrspace = true
serde.workspace = true
serde_json.workspace = true
smallvec = "1.13.2"
windows = "0.57.0"