Skip to content

Commit

Permalink
feat: update crate to version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bellackn committed May 1, 2024
1 parent 4135d11 commit 5a80b8c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "steamr"
version = "0.3.1"
version = "0.4.0"
description = "HTTP client library to communicate with Valve's Steam API"
edition = "2021"
homepage = "https://github.com/bellackn/steamr"
Expand Down
20 changes: 20 additions & 0 deletions Cargo.toml-e
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[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"

0 comments on commit 5a80b8c

Please sign in to comment.