-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
executable file
·48 lines (40 loc) · 1.22 KB
/
Cargo.toml
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[package]
name = "play_gram1"
version = "0.1.0"
authors = ["Hamid <7atashfeshan@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-std = { version = "1.5" }
grammers-crypto = "0.1.0"
grammers-mtproto = "0.1.0"
grammers-mtsender = "0.1.0"
grammers-client = "0.1.0"
grammers-session = "0.1.0"
grammers-tl-gen = "0.1.0"
grammers-tl-parser = "1.0.0"
grammers-tl-types = "0.1.0"
mysql = "18.2.0"
threadpool = "1.8.1"
<<<<<<< HEAD
tokio = { version = "0.2.21", features = ["full"] }
=======
crossbeam ="0.7.3"
lazy_static = "1.4.0"
tokio = { version = "0.2.21", features = ["full"] }
rand = "0.7.3"
log = "0.4"
once_cell = "1.4.0"
cdrs = { version = "2" }
#sqlite = "0.*"
#diesel = { version = "1.4.5", features =["sqlite"] }
#sqlx = "0.3.5"
rusqlite = "0.23.1"
serde = { version = "1.0.*", features = ["derive"] }
serde_json = "1.0.56"
mime-db = "0.1.5"
>>>>>>> step_6
#grammers-tl-types = { path = "../grammers/lib/grammers-tl-types" }
#grammers-tl-types = { path = "../grammers/lib/grammers-tl-types", features = ["tl-mtproto"] }
#[patch.crates-io]
#grammers-tl-types = { path = "../grammers/lib/grammers-tl-types" , features = ["tl-mtproto"]}