-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
38 lines (34 loc) · 1.36 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
# Copyright 2021 - 2021, Rupansh Sekar and the Kilogramme (TBD) contributors
# SPDX-License-Identifier: MPL-2.0
[package]
name = "kilogramme-tbd"
version = "0.1.0"
authors = ["rupansh <[email protected]>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
grammers-client = { git = "https://github.com/lonami/grammers", features = ["markdown"], rev = "c7546af028e56d382168ed1c769117be4f22de87" }
serde = "1.0"
toml = "0.5"
mongodb = "2.1.0"
grammers-session = { git = "https://github.com/lonami/grammers", rev = "c7546af028e56d382168ed1c769117be4f22de87" }
grammers-tl-types = { git = "https://github.com/lonami/grammers", rev = "c7546af028e56d382168ed1c769117be4f22de87" }
grammers-mtsender = { git = "https://github.com/lonami/grammers", rev = "c7546af028e56d382168ed1c769117be4f22de87" }
grammers-mtproto = { git = "https://github.com/lonami/grammers", rev = "c7546af028e56d382168ed1c769117be4f22de87" }
image = "0.23"
regex = "1"
lazy_static = "1"
once_cell = "1"
thiserror = "1"
rand = "0.8"
tokio = { version = "1", features = ["io-util", "io-std", "fs", "rt", "rt-multi-thread", "sync", "time", "macros"]}
log = "0.4"
simplelog = "0.10"
itertools = "0.10"
unic-emoji-char = "0.9"
reusable-fmt = "0.2"
ctrlc = "3"
[build-dependencies]
reusable-fmt = "0.2"
[dev-dependencies]
rusty-hook = "^0.11.2"