File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " vmprotect"
3- version = " 0.1.11 "
3+ version = " 0.2.0 "
44authors = [
" Лач <[email protected] >" ]
55edition = " 2018"
66description = " Unofficial VMProtect SDK for Rust"
77license = " MIT"
8- build = " build.rs"
98repository = " https://github.com/CertainLach/vmprotect/"
109
1110[features ]
@@ -15,11 +14,14 @@ strings = []
1514service = []
1615
1716[dependencies ]
18- real_c_string = " 0.1.1 "
19- widestring = " 0.4.0 "
20- bitflags = " 1.1.0 "
17+ real_c_string = " 1.0 "
18+ widestring = " 0.4.3 "
19+ bitflags = " 1.2 "
2120enum_primitive = " 0.1.1"
21+ num-traits = " 0.2.14"
22+ chrono = " 0.4.19"
2223vmprotect-sys = { path = " vmprotect-sys" }
24+ vmprotect-macros = { path = " vmprotect-macros" }
2325
2426[workspace ]
25- members = [" vmprotect-sys" ]
27+ members = [" vmprotect-sys" , " vmprotect-macros " ]
You can’t perform that action at this time.
0 commit comments