summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 5645e1aa5865af9ad2b4052591783626c8a009fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "tdlib-autogen"
version = "0.1.0"
authors = ["syn <isaqtm@gmail.com>"]
edition = "2018"

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

[dependencies]
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"

chrono = "0.4"

tdlib-rs = { version = "0.1", path = "../tdlib-rs" }