summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsyn <isaqtm@gmail.com>2021-01-16 02:51:26 +0300
committersyn <isaqtm@gmail.com>2021-01-16 02:51:26 +0300
commitf8a121f078206594754ce79be674ced3f40635b7 (patch)
tree176ede019ec9b0cfec9a5cc840e210be4509e944 /Cargo.toml
parent31599f4d18de987554fcc364cd35cd2e8073f0ce (diff)
downloadairception-f8a121f078206594754ce79be674ced3f40635b7.tar.gz
some deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 5 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0e74c3d..4d05367 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,15 +7,17 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-tdlib-rs = { path = "../tdlib-rs" }
-tokio = { version = "0.3", features = ["rt", "macros", "rt-multi-thread"] }
+tdlib-rs = { version = "0.1", path = "../tdlib-rs" }
+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.17", features = ["connection-manager"] }
+chrono = "0.4"
+
+redis = { version = "0.19", features = ["tokio-comp", "connection-manager"] }
serde_json = "1.0"
serde = "1.0"