Fix: dependency specified without providing a local path, Git repository, version, or workspace dependency to use

This commit is contained in:
2025-11-04 16:46:31 -05:00
parent 8ea4392c3c
commit 4100b0eb46

View File

@@ -4,7 +4,7 @@ version = "0.0.1"
edition = "2018" edition = "2018"
[dependencies] [dependencies]
windows-sys = { features = [ windows-sys = { version = "*", features = [
"Win32_Foundation", "Win32_Foundation",
"Win32_Security_Cryptography", "Win32_Security_Cryptography",
"Win32_Security_Cryptography_UI", "Win32_Security_Cryptography_UI",