From b252f577664546a62673c2d83315a9226ccb0e79 Mon Sep 17 00:00:00 2001 From: Nico Bellack Date: Thu, 2 May 2024 00:20:18 +0200 Subject: [PATCH] fix: delete unwanted file --- Cargo.toml-e | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Cargo.toml-e diff --git a/Cargo.toml-e b/Cargo.toml-e deleted file mode 100644 index b8fd6fa..0000000 --- a/Cargo.toml-e +++ /dev/null @@ -1,20 +0,0 @@ -[package] -name = "steamr" -version = "0.3.1" -description = "HTTP client library to communicate with Valve's Steam API" -edition = "2021" -homepage = "https://github.com/bellackn/steamr" -repository = "https://github.com/bellackn/steamr" -readme = "README.md" -keywords = ["steam-api", "steam"] -categories = ["api-bindings"] -license = "Apache-2.0" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] -log = "0.4.21" -reqwest = {version = "0.12.1", features = ["blocking", "json"] } -serde = { version = "1.0.192", features = ["derive"] } -serde_json = "1.0.108" -thiserror = "1.0.50"