dhravya_api 0.1.2

An API wrapper for the Dhravya API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.bytes]
version = "1.0"

[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.11"

[dependencies.serde_json]
version = "1.0"

[package]
description = "An API wrapper for the Dhravya API"
edition = "2021"
license = "MIT"
name = "dhravya_api"
resolver = "2"
version = "0.1.2"