tdjson 0.2.2

TDLIB Json Client for Rust
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "tdjson"
version = "0.2.2"
authors = ["Mike Lubinets <lubinetsm@yandex.ru>"]
description = "TDLIB Json Client for Rust"
documentation = "https://docs.rs/crate/tdjson"
repository = "https://github.com/mersinvald/tdjson-rs"
license = "MIT"
keywords = ["telegram", "tdlib", "bindings"]

[dependencies]
tdjson-sys = { version = "0.1.5" }