vitabot_api 1.0.1

Interact with the https://vitamin.tips api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "vitabot_api"
version = "1.0.1"
edition = "2021"
license = "MIT"
description = "Interact with the https://vitamin.tips api"
readme = "README.md"
homepage = "https://vitamin.tips"
repository = "https://github.com/jeanouina/vitabot-api-rust"

[dependencies]
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1", features = ["full"] }
serde_json = { version = "1.0.91" }
serde = { version = "1", features = ["derive"] }
hex = "0.4.3"

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