pull/2286/head
FabianLars 7 months ago
parent 98dd39783f
commit d99c14ee0b
No known key found for this signature in database

2
Cargo.lock generated

@ -6547,7 +6547,7 @@ dependencies = [
"tracing", "tracing",
"url", "url",
"windows-registry 0.4.0", "windows-registry 0.4.0",
"windows-result 0.2.0", "windows-result 0.3.0",
] ]
[[package]] [[package]]

@ -39,7 +39,7 @@ url = { workspace = true }
[target."cfg(windows)".dependencies] [target."cfg(windows)".dependencies]
dunce = "1" dunce = "1"
windows-registry = "0.4" windows-registry = "0.4"
windows-result = "0.2" windows-result = "0.3"
[target."cfg(target_os = \"linux\")".dependencies] [target."cfg(target_os = \"linux\")".dependencies]
rust-ini = "0.21" rust-ini = "0.21"

Loading…
Cancel
Save