From 9f54417dccb3ba89d24f1c32e8cbd041ad74c585 Mon Sep 17 00:00:00 2001 From: Sebastian Pravda Date: Sun, 30 Oct 2022 13:14:30 +0100 Subject: [PATCH] chore: remove unused serde dependency --- core/Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 9d32d30..9856703 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -7,10 +7,6 @@ publish = false [dependencies] chrono = "^0.4" -# serialization & deserialization -serde = { version = "^1.0", features = ["derive"] } -serde_json = "^1.0" - portfolio-entity = { path = "../entity" } # env