summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsyn <isaqtm@gmail.com>2020-05-25 18:48:08 +0300
committersyn <isaqtm@gmail.com>2020-05-25 18:48:08 +0300
commitca66ae302745a0e3285fd260a528e17b21065743 (patch)
tree100ffdd10b6715df0f1fd2208d42cbb2ed5b478f /Cargo.toml
parentc89b1acb6e5d5755dc79c1f5643c915624a4c4c3 (diff)
downloadpert-ca66ae302745a0e3285fd260a528e17b21065743.tar.gz
kinda working auth
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"