Fix windows startup.
This commit is contained in:
parent
08a99217a2
commit
5e4a16b62d
2 changed files with 2 additions and 0 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -4177,6 +4177,7 @@ dependencies = [
|
|||
"serde",
|
||||
"serde_json",
|
||||
"smallvec",
|
||||
"windows",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
|
|
@ -10,3 +10,4 @@ log.wokrspace = true
|
|||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
smallvec = "1.13.2"
|
||||
windows = "0.57.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue