Initial reorg.
This is largely the same as #305, but updated for the current tree.
This commit is contained in:
12
crates/wasi-common/winx/Cargo.toml
Normal file
12
crates/wasi-common/winx/Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "winx"
|
||||
version = "0.5.0"
|
||||
authors = ["Jakub Konka <kubkon@jakubkonka.com>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0 WITH LLVM-exception"
|
||||
description = "Windows API helper library"
|
||||
|
||||
[dependencies]
|
||||
winapi = { version = "0.3", features = ["std", "errhandlingapi", "handleapi", "processthreadsapi", "securitybaseapi", "winbase", "winerror", "ws2def", "fileapi", "aclapi" ] }
|
||||
bitflags = "1.0"
|
||||
cvt = "0.1"
|
||||
Reference in New Issue
Block a user