diff options
| author | Naz <ndpm13@ch-naseem.com> | 2025-10-09 14:08:47 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2025-10-09 14:08:47 +0100 |
| commit | 50cf5960cb1f0af831e28eb08b15b97794287f87 (patch) | |
| tree | a7217fe0cfd4acfaf532a45a9c1333ed7432c30e /Cargo.toml | |
| parent | 2735ef9f62453907e68d9a7e10b209b3239eb9e5 (diff) | |
✨feat: add serv subcommand using Clap
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"] } |
