summaryrefslogtreecommitdiff
path: root/2026/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '2026/Cargo.toml')
-rw-r--r--2026/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/2026/Cargo.toml b/2026/Cargo.toml
index 2dc66c2..981b715 100644
--- a/2026/Cargo.toml
+++ b/2026/Cargo.toml
@@ -36,4 +36,5 @@ tower-http = { version = "0.6.11", features = ["fs"] } # http server middleware
axum = "0.8.9" # web server
tokio = { version = "1.52.3", features = ["full"] } # async runtime
include_dir = "0.7.4" # embed a directory with a macro
-webbrowser = "1.2.1" # launch web browser \ No newline at end of file
+webbrowser = "1.2.1" # launch web browser
+clap = {version = "4.5.29", features = ["cargo"]} # cli arg parsing \ No newline at end of file