summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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"] }