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
[package]
name = "dhravya_api"
description = "An API wrapper for the Dhravya API"
license = "MIT"
version = "0.1.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwest = { version = "0.11", features = ["blocking", "json"] }
bytes = "1.0"
serde_json = "1.0"