From 47036ba678949ade21ecbecaeb780b324f6ce3ee Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 18 Jun 2026 18:07:08 -0400 Subject: Fix harness --- 2026/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '2026/Cargo.toml') 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 -- cgit v1.2.3