diff options
author | syn <isaqtm@gmail.com> | 2020-05-25 18:48:08 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2020-05-25 18:48:08 +0300 |
commit | ca66ae302745a0e3285fd260a528e17b21065743 (patch) | |
tree | 100ffdd10b6715df0f1fd2208d42cbb2ed5b478f /Cargo.toml | |
parent | c89b1acb6e5d5755dc79c1f5643c915624a4c4c3 (diff) | |
download | pert-ca66ae302745a0e3285fd260a528e17b21065743.tar.gz |
kinda working auth
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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" |