cryptocompare 0.1.0

An rust API-Wrapper for the CryptoCompare API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "cryptocompare"
version = "0.1.0"
authors = ["hekrause <hekrause@htwg-konstanz.de>"]
repository = "https://github.com/hekrause/cryptocompare"
documentation = "https://hekrause.github.io/doc/cryptocompare/cryptocompare/"
license = "Unlicense"
description = """
An rust API-Wrapper for the CryptoCompare API.
"""


[dependencies]
reqwest = "0.8.1"
serde_json = "1.0.8"
time = "0.1"