diff options
| author | LLLL Colonq <llll@colonq> | 2026-06-18 18:07:08 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-06-18 18:07:08 -0400 |
| commit | 47036ba678949ade21ecbecaeb780b324f6ce3ee (patch) | |
| tree | 28d87c88634df74bbecb8b761d65e55670b22b99 /2026/Cargo.toml | |
| parent | c9fc2ca532c5219a087924ece1e38be19c25f006 (diff) | |
Fix harness
Diffstat (limited to '2026/Cargo.toml')
| -rw-r--r-- | 2026/Cargo.toml | 3 |
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 |
