mirror of
https://github.com/pumpbin/pumpbin
synced 2026-03-14 23:04:30 -07:00
example: add create_thread_remote
This commit is contained in:
11
examples/create_thread_remote/Cargo.toml
Normal file
11
examples/create_thread_remote/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "create_thread"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
windows-sys = { version = "0.48.0", features = ["Win32_System_Memory", "Win32_Foundation", "Win32_System_Threading", "Win32_Security"] }
|
||||
aes-gcm = "0.10.3"
|
||||
reqwest = { version = "0.12.5", features = ["blocking"] }
|
||||
Reference in New Issue
Block a user