diff options
| author | Naz <ndpm13@ch-naseem.com> | 2025-09-15 14:50:08 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2025-09-15 15:08:15 +0100 |
| commit | 8b5a71dd3a490718540a7e9d48da2a220256a628 (patch) | |
| tree | b1e029fad2a636dabcf053192ded8542e530b3d1 /Cargo.toml | |
| parent | c53617755ea9f98c8c8e36901db90e19e827a483 (diff) | |
✨feat: dirty commit bringing basic functionality
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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"] } |
