From dc253f7888a121233a5fbbc3a321e6ae1b819551 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 29 Mar 2025 15:42:21 -0400 Subject: [PATCH] Added dependencies --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index fc8f93a..8430065 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,8 @@ version = "0.1.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"