summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsyn <isaqtm@gmail.com>2021-01-27 00:17:53 +0300
committersyn <isaqtm@gmail.com>2021-01-27 00:17:53 +0300
commit0b05c0362d398db12af27ebff78b3a97f5b9e8da (patch)
treea4e6f2dba7fe7cf6422543c2f102d371a55d7bd5 /Cargo.toml
parent43c49b38f66805449ec8c8557e23e5cf6deca8c9 (diff)
downloadairception-0b05c0362d398db12af27ebff78b3a97f5b9e8da.tar.gz
move autogenerated bindings to separate submoduleHEADmaster
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4d05367..7bdf1f4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }