sys: Added initial code injection logic

This commit is contained in:
WerWolv
2022-03-31 08:31:03 +02:00
parent 807acfa8b4
commit a38e03094b
6 changed files with 1008 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
[package]
name = "steamos_plugin_manager"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tungstenite = "0.17.2"
hyper = { version = "0.14.18", features = [ "full" ] }