summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"] }