blob: 378e1af22c6283d95842aa27f7ad506b7dc34ee7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[package]
name = "tdlib-sys"
version = "1.7.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]
libc = "0.2"
[build-dependencies]
cmake = "0.1"
indoc = "1.0"
|