From ed53fbc9097370feeda1c5507878933643a9bcc5 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sat, 10 Apr 2021 14:16:41 +0300 Subject: Trying to auth --- Cargo.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a203a6f..cffb196 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,13 +7,17 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -warp = "0.2.0" -tokio = { version = "0.2.9", features = ["macros"] } -serde = { version = "1.0.104", features = ["derive"] } +warp = "0.3" +tokio = { version = "1", features = ["full"] } +serde = { version = "1.0.125", features = ["derive"] } chrono = { version = "0.4.10", features = ["serde"] } log = "0.4.8" +anyhow = "1.0.40" pretty_env_logger = "0.3.1" parking_lot = "0.10.0" +thiserror = "1.0" +jsonwebtoken = "7" +openssl = "0.10.28" [dev-dependencies] serde_json = "1.0.44" -- cgit v1.2.3-70-g09d2