Add more features to the workspace so that all tools pick up on it

This commit is contained in:
Oliver Schneider
2018-08-29 13:17:48 +02:00
parent 5983479a4d
commit b96fef6080

View File

@@ -23,6 +23,8 @@ syn = { version = "0.14", features = ['extra-traits'] }
version = "0.3" version = "0.3"
features = [ features = [
"basetsd", "basetsd",
"consoleapi",
"errhandlingapi",
"jobapi", "jobapi",
"jobapi2", "jobapi2",
"lmcons", "lmcons",
@@ -32,6 +34,7 @@ features = [
"ntsecapi", "ntsecapi",
"ntstatus", "ntstatus",
"profileapi", "profileapi",
"processenv",
"psapi", "psapi",
"schannel", "schannel",
"securitybaseapi", "securitybaseapi",