summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 7bdf1f440cf27bfbceb5fa042878cf4f945c863b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "airception"
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]
tdlib-rs = { version = "0.1", path = "../tdlib-rs" }
tdlib-autogen = { version = "0.1", path = "../tdlib-autogen" }

tokio = { version = "1.0", features = ["rt", "macros", "rt-multi-thread", "net"] }
futures = "0.3"

log = "0.4"
env_logger = "0.8"
dotenv = "0.15"


redis = { version = "0.19", features = ["tokio-comp", "connection-manager"] }

serde_json = "1.0"
serde = "1.0"
serde_derive = "1.0"

thiserror = "1.0"