diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Cargo.toml b/Cargo.toml deleted file mode 100644 index b996bb66..00000000 --- a/Cargo.toml +++ /dev/null @@ -1,13 +0,0 @@ -[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" ] }
\ No newline at end of file |
