summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNaz <ndpm13@ch-naseem.com>2025-10-09 14:08:47 +0100
committerNaz <ndpm13@ch-naseem.com>2025-10-09 14:08:47 +0100
commit50cf5960cb1f0af831e28eb08b15b97794287f87 (patch)
treea7217fe0cfd4acfaf532a45a9c1333ed7432c30e /Cargo.toml
parent2735ef9f62453907e68d9a7e10b209b3239eb9e5 (diff)
✨feat: add serv subcommand using Clap
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6a89f40..a6798f4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,7 @@ edition = "2024"
[dependencies]
askama = "0.14.0"
axum = { version = "0.8.4", features = ["macros"] }
+clap = { version = "4.5.48", features = ["derive"] }
colored = "3.0.0"
derive_more = { version = "2.0.1", features = ["from"] }
serde = { version = "1.0.223", features = ["derive"] }