nextcloud_appstore 0.1.0

Rust library for the Nextcloud app store
Documentation
[package]
name = "nextcloud_appstore"
version = "0.1.0"
authors = ["Christoph Wurst <christoph@winzerhof-wurst.at>"]
description = "Rust library for the Nextcloud app store"
readme = "README.md"
repository = "https://github.com/ChristophWurst/nextcloud_appstore"
keywords = ["nextcloud"]
license = "GPL-3.0"
exclude = [
    ".vscode",
]

[badges]
travis-ci = { repository = "ChristophWurst/nextcloud_appstore" }

maintenance = { status = "experimental" }

[dependencies]
futures = "0.1"
hyper = "0.11"
hyper-tls = "0.1"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
tokio-core = "0.1"