Skip to content

Commit 8e2b2da

Browse files
Update Cargo.toml
1 parent 1def824 commit 8e2b2da

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

Rust/Cargo.toml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,4 @@ strip = true # Automatically strip symbols from the binary.
1414

1515
[dependencies]
1616
obfstr = "0.3.0"
17-
memoffset = "0.6"
18-
widestring = "0.5.1"
1917
rand = "0.8"
20-
clroxide = "1.1.1"
21-
rust_syscalls = {git = "https://github.com/janoglezcampos/rust_syscalls", features = ["_INDIRECT_"]}
22-
rspe = { git = "https://github.com/Thoxy67/rspe"}
23-
24-
[dependencies.windows]
25-
version = "0.54"
26-
features = [
27-
"Win32_System_SystemInformation",
28-
"Win32_System_Threading",
29-
"Win32_System_Memory",
30-
"Win32_System_SystemServices",
31-
"Win32_System_LibraryLoader",
32-
"Win32_Foundation",
33-
"Win32_UI_WindowsAndMessaging",
34-
]
35-
36-
[features]
37-
messagebox = []
38-
calculation = []
39-
embedded = []
40-
payloadFile = []

0 commit comments

Comments
 (0)