feat: ✨ Remote Code Execution
This commit is contained in:
parent
a76c840e02
commit
67efd29c24
8 changed files with 345 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "rust-remote"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
futures-util = "0.3.30"
|
||||
serde = { version = "1.0.204", features = ["derive"] }
|
||||
serde_json = "1.0.120"
|
||||
tokio = { version = "1.38.0", features = ["full"] }
|
||||
tokio-tungstenite = "0.23.1"
|
Loading…
Add table
Add a link
Reference in a new issue