From 22806dcbeebfb1800abfe2cfce4ed211e7036cd5 Mon Sep 17 00:00:00 2001 From: Vinod J M Date: Sun, 2 Oct 2022 13:16:23 +0530 Subject: [PATCH] v0.02 --- backend/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/Cargo.toml b/backend/Cargo.toml index c725953..d60059a 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -12,7 +12,9 @@ members = [".", "entity", "migration"] axum = "^0.5" axum-extra = { version = "^0.3", features = ["spa"] } clap = { version = "^3", features = ["derive"] } +error-chain = "0.12.4" log = "^0.4" +reqwest = {version = "0.11.11", features = ["json"]} serde = { version = "^1.0", features = ["derive"] } serde_json = "^1.0" tokio = { version = "^1", features = ["full"] }