Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "r2ch"
version = "0.1.2"
authors = ["Anton (uuttff8) Kuzmin <sassanid18@gmail.com>"]
edition = "2018"
license = "MIT"
readme = "README.md"
description = "2ch API wrapper"
homepage = "https://github.com/uuttff8/r2ch"
repository = "https://github.com/uuttff8/r2ch"
keywords = ["2ch", "api", "r2ch"]

[dependencies]
reqwest = "0.9.5"
serde_json = "1.0.33"