[package] name = "h4x_core" version = "0.0.2" edition = "2021" authors = ["Johny "] description = "WIP" license = "MIT" [lib] name = "h4x_core" path = "src/lib.rs" [dependencies] [target.'cfg(windows)'.dependencies.winapi] version = "^0.3.9" features = [ "minwindef", "minwinbase", "winerror", "fileapi" ]