feat: Remote Code Execution

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-07-07 03:42:11 +03:00
parent a76c840e02
commit 67efd29c24
8 changed files with 345 additions and 0 deletions

11
Cargo.toml Normal file
View 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"