mirror of
https://codeberg.org/icewind/steam-resolve-vanity.git
synced 2026-06-03 17:14:06 +02:00
initial version
This commit is contained in:
parent
6d3e1c7a7b
commit
84e8419179
7 changed files with 367 additions and 7 deletions
14
Cargo.toml
14
Cargo.toml
|
|
@ -3,7 +3,17 @@ name = "steam-resolve-vanity"
|
|||
version = "0.1.0"
|
||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/icewind1991/steam-resolve-vanity"
|
||||
description = "Resolve steam vanity urls"
|
||||
|
||||
[dependencies]
|
||||
steamid-ng = "0.3.4"
|
||||
reqwest = { version = "0.10.4", features = ["json"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
thiserror = "1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
dotenv = "0.15"
|
||||
tokio = { version = "0.2", features = ["macros"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue