summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 31bac94..216fe6f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,8 +8,10 @@ edition = "2018"
[dependencies]
"rust-tdlib" = { path = "rust-tdlib" }
-# serde = { version = "1", features = ["derive"] }
-json = "0.12"
+"pert-types" = { path = "types" }
+#serde = { version = "1", features = ["derive"] }
+serde_json = "1"
+crossbeam = "0.7"
dotenv = "0.15"
log = "0.4"
env_logger = "0.7"