initial version

This commit is contained in:
Robin Appelman 2020-07-04 17:14:52 +02:00
commit 84e8419179
7 changed files with 367 additions and 7 deletions

View file

@ -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"] }