From c6ab8387c988dbf21dd4c368d58a7b926ee39d15 Mon Sep 17 00:00:00 2001 From: KD Date: Sat, 29 Mar 2025 09:46:24 -0400 Subject: [PATCH] Adding dependencies --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index cc9a92b..d4b8fab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,8 @@ version = "0.2.0" edition = "2024" [dependencies] +axum = { version = "0.8.3" } +serde = { version = "1.0.218", features = ["derive"] } +serde_json = { version = "1.0.139" } +tokio = { version = "1.44.1", features = ["rt-multi-thread"] } +tracing-subscriber = "0.3.19"