From a3e87e0b27e4eb598bd9263b6ee4a3339b211ccf Mon Sep 17 00:00:00 2001 From: Sebastian Pravda Date: Tue, 25 Oct 2022 14:51:08 +0200 Subject: [PATCH] chore: jsonwebtoken dependency --- core/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/core/Cargo.toml b/core/Cargo.toml index 4b41cec..4a05e7e 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -8,6 +8,7 @@ portfolio-entity = { path = "../entity" } rand = "0.8.5" argon2 = "0.4.1" chrono = "0.4.22" +jsonwebtoken = "8.1.1" [dependencies.sea-orm] version = "^0.10.0"