Add winnt feature to fix rust-analyzer error

This commit is contained in:
HoLLy 2020-11-15 14:41:43 +01:00
Родитель 62979275b8
Коммит 70c3944369
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -11,7 +11,7 @@ bytes = "0.6"
log = "0.4.11"
simplelog = "0.7.6"
tokio = { version = "0.3.3", features = ["net", "rt-multi-thread", "io-util"] }
winapi = { version = "0.3.9", features = ["memoryapi", "processthreadsapi", "tlhelp32"], optional = true }
winapi = { version = "0.3.9", features = ["memoryapi", "processthreadsapi", "tlhelp32", "winnt"], optional = true }
[features]