habitica_rust_client 0.1.2

Unnoficial Habitica Api Rust Client
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "habitica_rust_client"
version = "0.1.2"
authors = ["Dawson Israel <dawsonfi@gmail.com>"]
license = "MIT"
description = "Unnoficial Habitica Api Rust Client"

[badges]
travis-ci = { repository = "dawsonfi/habitica-rust-client", branch = "master" }
codecov = { repository = "dawsonfi/habitica-rust-client", branch = "master", service = "github" }

[dependencies]
mocktopus = "0.3.6"
reqwest = "0.8.5"
serde = "1.0.53"
serde_json = "1.0.17"
serde_derive = "1.0.53"