mirror of
https://github.com/Jackzmc/rs-steam-workshop-api.git
synced 2026-02-03 21:16:30 -06:00
17 lines
691 B
TOML
17 lines
691 B
TOML
[package]
|
|
name = "steam-workshop-api"
|
|
description = "Provides an API wrapper for the steam workshop interfaces (IPublishedFileService and ISteamRemoteStorage) with the addition of proxy and api key support"
|
|
repository = "https://github.com/Jackzmc/rs-steam-workshop-api"
|
|
license = "MIT"
|
|
keywords = ["steamapi", "workshop", "steam_workshop"]
|
|
categories = ["api-bindings"]
|
|
version = "0.7.0"
|
|
authors = ["Jackz <me@jackz.me>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
reqwest = { version = "0.12.24", features = ["json", "blocking"] }
|
|
serde = { version = "1.0", features = ['derive'] }
|
|
serde_json = "1.0"
|