-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
23 lines (20 loc) · 726 Bytes
/
Copy pathCargo.toml
File metadata and controls
23 lines (20 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "telerust"
version = "0.1.0"
authors = ["JoaoPedroPP <jp052@hotmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4.11"
dotenv = "0.15.0"
telegram-bot = { git = "https://github.com/ayrat555/telegram-bot", branch = "ayrat555/api-fixes-10" }
env_logger = "0.8.2"
chrono = { version="0.4.19", features=["serde"] }
futures = "0.3"
tokio = { version = "0.2", features = ["full"]}
reqwest = { version = "0.10", features = ["json"] }
serde = "1.0.117"
serde_json = "1.0.59"
openssl = { version = "0.10", features = ["vendored"] }
[dev-dependencies]
tokio = { version = "0.2", features = ["macros", "time", "fs"] }