Fix: dependency specified without providing a local path, Git repository, version, or workspace dependency to use
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user