mirror of
https://github.com/beerpiss/saekawa.git
synced 2025-02-17 10:48:32 +01:00
deal with the insane number of features you have to pull in
This commit is contained in:
parent
fc04a5ee01
commit
9e8bc35479
21
Cargo.toml
21
Cargo.toml
@ -38,7 +38,26 @@ snafu = "0.8.3"
|
||||
ureq = { version = "2.9.7", features = ["json"] }
|
||||
url = { version = "2.5.2", features = ["serde"] }
|
||||
widestring = "1.1.0"
|
||||
winapi = { version = "0.3.9", features = ["minwindef", "winnt", "psapi", "processthreadsapi", "libloaderapi", "errhandlingapi", "winhttp", "synchapi", "debugapi", "wincon", "heapapi", "winbase", "wincrypt", "softpub", "wintrust"] }
|
||||
|
||||
[dependencies.winapi]
|
||||
version = "0.3.9"
|
||||
features = [
|
||||
"minwindef",
|
||||
"winnt",
|
||||
"psapi",
|
||||
"processthreadsapi",
|
||||
"libloaderapi",
|
||||
"errhandlingapi",
|
||||
"winhttp",
|
||||
"synchapi",
|
||||
"debugapi",
|
||||
"wincon",
|
||||
"heapapi",
|
||||
"winbase",
|
||||
"wincrypt",
|
||||
"softpub",
|
||||
"wintrust",
|
||||
]
|
||||
|
||||
[build-dependencies]
|
||||
snafu = "0.8.3"
|
||||
|
Loading…
x
Reference in New Issue
Block a user