From 8b5a71dd3a490718540a7e9d48da2a220256a628 Mon Sep 17 00:00:00 2001 From: Naz Date: Mon, 15 Sep 2025 14:50:08 +0100 Subject: =?UTF-8?q?=E2=9C=A8feat:=20dirty=20commit=20bringing=20basic=20fu?= =?UTF-8?q?nctionality?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 74281a9..6a89f40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,3 +9,12 @@ homepage = "https://git.ch-naseem.com/ndpm13/sbm-rs" edition = "2024" [dependencies] +askama = "0.14.0" +axum = { version = "0.8.4", features = ["macros"] } +colored = "3.0.0" +derive_more = { version = "2.0.1", features = ["from"] } +serde = { version = "1.0.223", features = ["derive"] } +serde_json = "1.0.145" +tokio = { version = "1.47.1", features = ["full"] } +toml = "0.9.5" +tower-http = { version = "0.6.6", features = ["fs"] } -- cgit v1.2.3