summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 31bac945ab45455893beb3a6c1caacf526f086e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "pert"
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]
"rust-tdlib" = { path = "rust-tdlib" }
# serde = { version = "1", features = ["derive"] }
json = "0.12"
dotenv = "0.15"
log = "0.4"
env_logger = "0.7"
futures = "0.3"
uuid = { version = "0.8", features = ["v4"] }
[dependencies.tokio]
    version = "0.2"
    features = ["full"]