mirror of
https://codeberg.org/icewind/steam-resolve-vanity.git
synced 2026-06-04 01:24:07 +02:00
updates
This commit is contained in:
parent
0c3dcdefd4
commit
a561aed198
5 changed files with 866 additions and 317 deletions
13
Cargo.toml
13
Cargo.toml
|
|
@ -4,15 +4,14 @@ version = "0.4.0"
|
|||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/icewind1991/steam-resolve-vanity"
|
||||
repository = "https://codeberg.org/icewind/steam-resolve-vanity"
|
||||
description = "Resolve steam vanity urls"
|
||||
|
||||
[dependencies]
|
||||
steamid-ng = "1"
|
||||
reqwest = { version = "0.11", default-features = false, features = ["json"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
thiserror = "1"
|
||||
steamid-ng = "1.0.0"
|
||||
reqwest = { version = "0.12.18", default-features = false, features = ["json"] }
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
thiserror = "2.0.12"
|
||||
|
||||
[features]
|
||||
default = ["default-tls"]
|
||||
|
|
@ -20,5 +19,5 @@ default-tls = ["reqwest/default-tls"]
|
|||
rustls-tls = ["reqwest/rustls-tls"]
|
||||
|
||||
[dev-dependencies]
|
||||
dotenv = "0.15"
|
||||
dotenvy = "0.15.7"
|
||||
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue