Use libcurl instead of curl
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "XWBSSOi"
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
@@ -12,6 +12,7 @@ windows-sys = { version = "*", features = [
|
||||
"Win32_System_Registry",
|
||||
"Win32_System_SystemInformation",
|
||||
] }
|
||||
curl = "*"
|
||||
|
||||
[profile.release]
|
||||
codegen-units = 1
|
||||
|
||||
Reference in New Issue
Block a user