rocket-rust 0.2.0

RocketChat API Implemented in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.11.12"

[dependencies.serde]
features = ["derive"]
version = "1.0.145"

[package]
authors = ["Gavrilyuk Denis"]
description = "RocketChat API Implemented in Rust"
edition = "2021"
license = "MIT/Apache-2.0"
name = "rocket-rust"
readme = "README.md"
repository = "https://github.com/karpa4o4/rocket-rust"
resolver = "2"
version = "0.2.0"