diff options
author | syn <isaqtm@gmail.com> | 2021-01-27 00:17:53 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2021-01-27 00:17:53 +0300 |
commit | 0b05c0362d398db12af27ebff78b3a97f5b9e8da (patch) | |
tree | a4e6f2dba7fe7cf6422543c2f102d371a55d7bd5 /Cargo.toml | |
parent | 43c49b38f66805449ec8c8557e23e5cf6deca8c9 (diff) | |
download | airception-0b05c0362d398db12af27ebff78b3a97f5b9e8da.tar.gz |
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,6 +8,8 @@ edition = "2018" [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" @@ -15,7 +17,6 @@ log = "0.4" env_logger = "0.8" dotenv = "0.15" -chrono = "0.4" redis = { version = "0.19", features = ["tokio-comp", "connection-manager"] } |