summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNaz <ndpm13@ch-naseem.com>2025-09-15 14:50:08 +0100
committerNaz <ndpm13@ch-naseem.com>2025-09-15 15:08:15 +0100
commit8b5a71dd3a490718540a7e9d48da2a220256a628 (patch)
treeb1e029fad2a636dabcf053192ded8542e530b3d1 /Cargo.toml
parentc53617755ea9f98c8c8e36901db90e19e827a483 (diff)
✨feat: dirty commit bringing basic functionality
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
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"] }