summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: bda1ff562a252d68fc58d03f047a89900ac7ded7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[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" }
"pert-types" = { path = "types" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
crossbeam = "0.7"
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"]