proget-sdk 0.1.2

An unofficial Rust SDK for ProGet
Documentation
[package]
name = "proget-sdk"
version = "0.1.2"
authors = ["Hunter Wittenborn <hunter@hunterwittenborn.com>"]
description = "An unofficial Rust SDK for ProGet"
edition = "2021"
repository = "https://github.com/hwittenborn/proget-rust-sdk"
license = "GPL-3.0-only WITH GPL-3.0-linking-exception"
keywords = ["proget"]
categories = ["api-bindings"]

[lib]
name = "proget_sdk"

[dependencies]
url = "2.3.1"
reqwest = "0.11.12"