From 1d871fbcc127f3cf59d46dddbee4787513c862a0 Mon Sep 17 00:00:00 2001 From: EETagent Date: Sat, 29 Oct 2022 21:08:56 +0200 Subject: [PATCH] chore: remove unused webtoken dependency --- core/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 3ad5fde..9d32d30 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -13,9 +13,6 @@ serde_json = "^1.0" portfolio-entity = { path = "../entity" } -# tokens -jsonwebtoken = "^8.1" - # env dotenv = "^0.15"