rocket-rust 0.2.0

RocketChat API Implemented in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "rocket-rust"
version = "0.2.0"
edition = "2021"
authors = ["Gavrilyuk Denis"]
description = "RocketChat API Implemented in Rust"
repository = "https://github.com/karpa4o4/rocket-rust"
readme = "README.md"
license = "MIT/Apache-2.0"

[dependencies]
reqwest = { version = "0.11.12", features = ["blocking", "json"] }
serde = { version = "1.0.145", features = ["derive"] }