calcifer-client 0.1.0

The API client for calcifer service
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "calcifer-client"
version = "0.1.0"
authors = ["Arco Hsieh <yiyezhihen@gmail.com>", "Rosehsu <rosehsu47@gmail.com>"]
edition = "2018"
license = "MIT"
keywords = ["api"]
description = "The API client for calcifer service"
homepage = "https://github.com/WF-Engineering/calcifer-client"
repository = "https://github.com/WF-Engineering/calcifer-client"

[dependencies]
reqwest = { version = "0.10", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"